@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
}

@media only screen and (max-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
}

@media screen and (min-width: 1024px) and (max-height: 1310px) {
    .user-notification1 {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .btn-group .btn-default {
        width: 188px !important;
    }

    label[for="file-upload"] {
        width: 186px !important;
    }

    .exercise-u label input {
        width: 185px !important;
    }

    .ipadBox {
        width: 100% !important;
    }

    .link_box ul li {
        width: 296px !important;
        margin-right: 10px !important;
        display: inline-block !important;
        /*float: left;*/
        margin-bottom: 12px !important;
    }

    input[type="radio"] + label {
        width: 180px !important;
    }
}

@media only screen and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
    body.wooden_bg:before {
        background-size: cover;
        background-position: center;
    }

    body.wooden_bg_1:before {
        background-size: cover;
        background-position: center;
    }

    .mlogo {
        width: 125px;
    }

    .dashboard_wrapper {
        width: 100% !important;
    }

    .dataTables_length, .dataTables_filter {
        margin: 0 auto !important;
        justify-content: center !important;
        display: flex !important;
    }

        .dataTables_filter input {
            padding: 0 !important;
        }

        .head_txt {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: inherit !important;
            font-size: inherit !important;
        }

    .profile_box {
        margin: 5px 0 !important;
    }

    .profile_name {
        width: 45px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 10px !important;
    }

    .profile-dropdown ul {
        width: 70% !important;
    }

    .profile-dropdown ul li a i {
        font-size: 1rem;
        margin: 0 .2rem 0 -.25rem;
    }

    .profile-dropdown ul li a {
        padding: .50rem 0.5rem;
        font-size: inherit;
    }

    #sidebar {
        top: 50px !important;
    }

    .brand .fa.fa-home {
        color: white !important;
    }

    .dashboard_box {
        height: auto;
        padding-top: 0;
        padding-left: 0;
    }

    .card_box {
        padding-bottom: 20px;
        width: 100%;
        margin: 0;
    }

    .color-danger h4, .color-progress h4, .color-reopen h4, .color-success h4 {
        height: 10px;
    }

    .btn-primary {
        color: #FFFFFF !important;
    }

    .msg_carousel img {
        width: 100%;
    }

    .user-notification1 {
        display: block;
        float: right;
        margin: 12px 0;
        color: #fff;
    }

        .user-notification1 span {
            display: inline-block;
            vertical-align: middle;
        }

            .user-notification1 span.drp_arrow {
                right: 8px;
                position: relative;
                font-size: 16px;
            }



    .icon_box a:hover, .icon_box a:active, .icon_box a:visited, .icon_box a:focus {
        color: #737373;
    }

    .profile_pic_box img {
        width: 35px;
    }
}

@media screen and (max-width: 740px) {
    body.wooden_bg:before {
        top: 0;
        content: '';
        background-size: cover;
        background-position: center;
    }

    .registequery-radiodiv {
        margin: 15px;
    }

    .part-search {
        text-align: right;
    }

    .part-avail1 button {
        margin-top: 12px;
    }

    .modal-lg {
        width: auto !important;
    }

    .md\:flex {
        display: inherit;
    }

    .bg-white {
        height: 70px;
    }

    .cce-btngroup {
        text-align: left !important;
    }

    .btn-margin {
        margin: 7px 0;
    }

    .mobHide {
        display: none !important;
    }

    .deskHide {
        display: block !important;
    }

    .stardeskHide {
        display: inline-block !important;
    }

    .dateMob {
        display: none !important;
    }

    .popupMobHide {
        display: none !important;
    }
}


.deskHide {
    display: none;
}

.stardeskHide {
    display: none;
    color: red;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body.wooden_bg:before {
        background-size: cover;
    }

    .dashboard_wrapper {
        width: 100% !important;
    }

    .dashboard_box {
        height: auto;
        padding-top: 20px;
        padding-left: 55px;
    }

    .reg_main_wrapper {
        top: 50%;
        padding: 15px 50px 35px;
    }

    .link_box ul li {
        margin-bottom: 12px;
    }

    .modal-lg {
        width: 730px !important;
    }

    .addTable {
        overflow: auto;
    }

    .mobileHide {
        display: none;
    }

    .link_box {
        margin-bottom: 40px;
    }

    /*.iPadBtnalign {
        float: right;
        text-align: right;
    }*/
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .ipadPorMar {
        margin-top: 27px;
    }

    label[for="file-upload"] {
		text-overflow: ellipsis;
		overflow:hidden;
		white-space:nowrap;
        width: 172px !important;
    }

    label.suppDocSize[for="file-upload"] {
        width: 225px !important;
    }

    

    .exercise-u label input {
        width: 160px !important;
    }
    .btn-group .btn-default {
        width: 125px !important;
    }

    .dropdown-toggle::after {
        top: 2px;
        right: 5px;
    }

    input[type="radio"] + label {
        width: 190px;
    }

    .profile-dropdown ul li a {
        padding: .50rem 0.9rem;
        font-size: 0.9rem;
    }

        .profile-dropdown ul li a i {
            font-size: 1rem;
            margin: 0 0 0 -.25rem;
        }

    .profile_name {
        width: 105px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 10px !important;
    }
	.head_txt
	{
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		font-size:16px !important;
	}
        /*.md\:flex {
        display: inherit;
    }

    .w-full {
        width: auto;
    }

    .flex {
        display: inherit;
    }

    .justify-center {
        justify-content: inherit;
    }*/
        /*.dashboard_wrapper {
        width: 100% !important;
    }*/
        .color-danger h4, .color-progress h4, .color-reopen h4, .color-success h4 {
        font-size: 15px;
    }
    /* your css rules for ipad portrait */
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .btn-group .btn-default {
        width: 188px !important;
    }

    label[for="file-upload"] {
        width: 186px !important;
    }
	label.suppDocSize[for="file-upload"] {
		width: 250px !important;
	}

    .exercise-u label input {
        width: 185px !important;
    }

    .ipadBox {
        width: 100% !important;
    }

    .link_box ul li {
        width: 296px !important;
        margin-right: 10px !important;
        display: inline-block !important;
        /*float: left;*/
        margin-bottom: 12px !important;
    }

    input[type="radio"] + label {
        width: 180px !important;
    }
	.profile_name
	{
		width:120px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		font-size:10px !important;
	}
	.head_txt {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size:20px !important;
	}
}

@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 740px) {
    .mobLnscapePos {
        margin-top: 27px;
    }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .exercise-u label input {
        width: 185px;
    }

    label[for="file-upload"] {
        width: 185px;
    }
}
