﻿
input.date_picker {
    text-align: left;
    background-image: url(../Images/cal.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    /*padding-right: 18px;*/
}

.footer1 {
    text-align: center;
    height: 100%;
    color: #ebe8e8;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
    background: #606c88; /* Old browsers */
    background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

    .footer1 > h3 {
        padding-top: 17px;
    }

#dynamicSurg .table > tbody > tr > td {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}


#filledby tbody tr td {
    border-top: none !important;
    border-bottom: none !important;
}

@media only screen and (min-device-width : 760px) and (max-device-width : 1024px) {
    .hide-on-tablet {
        display: none;
    }

    .icd-code {
        color: #286090;
        text-decoration: none;
        cursor: help;
    }

        .icd-code:hover {
            color: #286090;
            font-weight: bold;
            position: relative;
        }

        .icd-code[myicd]:hover:after {
            content: attr(myicd);
            padding: 4px 4px;
            color: #333;
            position: absolute;
            left: 0;
            top: 65%;
            z-index: 9999;
            white-space: nowrap;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -moz-box-shadow: 0px 0px 4px #222;
            -webkit-box-shadow: 0px 0px 4px #222;
            box-shadow: 0px 0px 4px #222;
            background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
            background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
            background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
            background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
            background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
        }


    .hover-code {
        cursor: help;
    }

        .hover-code:hover {
            position: relative;
        }

        .hover-code[myicd]:hover:after {
            content: attr(myicd);
            padding: 4px 4px;
            color: #333;
            position: absolute;
            left: 0;
            top: 65%;
            z-index: 9999;
            white-space: nowrap;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -moz-box-shadow: 0px 0px 4px #222;
            -webkit-box-shadow: 0px 0px 4px #222;
            box-shadow: 0px 0px 4px #222;
            background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
            background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
            background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
            background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
            background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
        }


    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 4px !important;
    }


    .ui-menu .ui-menu-item a {
        color: black;
        border-radius: 0px;
        border: 1px solid #373737;
        font-size: 12px;
    }

    .ui-autocomplete {
        max-height: 250px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: auto;
    }
    /* IE 6 doesn't support max-height
    * we use height instead, but this forces the menu to always be this tall
    */
    * html .ui-autocomplete {
        height: 100px;
    }
}


@media only screen and (min-device-width : 760px) and (max-device-width : 1024px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}


@media only screen and (max-width:480px) {
    .dropdown-menu {
        display: block;
        position: static;
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        margin-top: 0;
        font-style: italic;
        position: static;
        width: 100%;
    }
}

.ui-autocomplete {
    max-height: 250px;
    width: 80px;
    overflow-y: auto;
    overflow-x: scroll;
}

.ui-menu-item {
    font-size: 12px;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.icd-code {
    color: #286090;
    text-decoration: none;
    cursor: help;
}

    .icd-code:hover {
        color: #286090;
        font-weight: bold;
        position: relative;
    }

    .icd-code[myicd]:hover:after {
        content: attr(myicd);
        padding: 4px 4px;
        color: #333;
        position: absolute;
        left: 0;
        top: 65%;
        z-index: 9999;
        white-space: nowrap;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 4px #222;
        -webkit-box-shadow: 0px 0px 4px #222;
        box-shadow: 0px 0px 4px #222;
        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
        background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    }


.hover-code {
    cursor: help;
}

    .hover-code:hover {
        position: relative;
    }

    .hover-code[myicd]:hover:after {
        content: attr(myicd);
        padding: 4px 4px;
        color: #333;
        position: absolute;
        left: 0;
        top: 65%;
        z-index: 9999;
        white-space: nowrap;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 4px #222;
        -webkit-box-shadow: 0px 0px 4px #222;
        box-shadow: 0px 0px 4px #222;
        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
        background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    }


/*CSS form FINAL LAYOUT*/

html {
    font-family: 'Cairo', sans-serif !important;
    background-color: #eff2f7 !important;
}

body {
    font-family: 'Cairo', sans-serif !important;
    background-color: #eff2f7 !important;
}


.navbar {
    margin-bottom: 0px !important;
}

.profile-header-container {
    margin: 0 auto;
    text-align: center;
}

.profile-header-img > img.img-circle {
    width: 30px;
    height: 30px;
    border: 2px solid #51D2B7;
}

.Main-Heading {
    display: block;
    border: 2px solid #eee;
    background-color: #eee;
    padding: 8px;
    color: #f26648;
    text-align: left;
}

.btn-warning {
    color: #fff;
    background-color: #f26648;
    border-color: #f75e3d;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #e85536;
    }

.Main-Sub-Heading {
    font-weight: bold;
    font-size: large;
}

input[type="text"] {
    border: 1px solid #808080;
}

    input[type="text"]:focus {
        background-color: #fff;
    }

.fa-org {
    color: #ff6a00;
    margin-right: 4px;
}

#banner_CIMDRP {
    color: #f26648;
    line-height: 35px;
}

#banner_TEXT {
    color: #0079c2;
    display: inline-block;
    line-height: 65px;
    vertical-align: central;
    margin-left: 20px;
}

#banner_SFDA {
    height: 40px;
    float: right;
    margin-top: 20px;
}

.img-banner {
    height: 70px;
    margin-top: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    table#tblcount {
        table-layout: initial !important;
    }

/*and (max-device-width : 760px)*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {

    select {
        width: 100% !important;
    }

        select option {
            width: 100% !important;
        }
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
        }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    #width-surgery {
        width: 283px;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #width-surgery {
        width: auto !important;
    }
}

.mandatory-input {
    border: 1px solid red !important;
}

#validation-summary {
    font-size: 12px;
    color: red;
}

input[type=text] {
    padding-left: 6px;
    padding-right: 5px;
}
