
/*** Very Large Screens **/
@media only screen and (min-width : 1824px) {
    body {
        font-size: 14px;
        height: 100%;
    }

    .page-container {
        height: auto;
    }
    /** Side bar widget **/
    .footer-widget {
        position: fixed;
    }
    /** Tables **/
    .table th {
        font-size: 14px;
    }

    .table td {
        font-size: 14px;
    }

        .table td.small-cell, .table th.small-cell {
            width: 42px;
        }
    /** Controls **/
    .checkbox label:before {
        top: 0.5px;
    }
    /** Tiles **/
    .tiles.margin-reset {
        margin-left: 51px;
    }
    /** Only Demo Purpose **/
    .demo-map {
        min-height: 100%;
    }

    .error-main {
        margin-top: 40%;
    }
}

/*** Desktops & Laptops ***/
/*@media (min-width: 980px) {*/
/*** Page sidebar ***/
/*.page-sidebar {
        float: left;
        position: relative;
        width: 250px;
        margin-top: 58px;
    }

        .page-sidebar.fixed {
            position: fixed;
        }

        .page-sidebar ul {
            width: 250px;
        }*/
/*** Page content ***/
/*.page-content {*/
/*margin-left: 250px;*/
/*min-height: 1000px;
    }

        .page-content.no-min-height {
            min-height: auto;
        }

    .full-width-page .page-content {
        margin-left: 0px !important;
    }

    .inner-menu {
        margin-left: 50px;
        padding-top: 60px;
    }*/
/** Const size button for medium devices **/
/*.btn-cons-md {
        min-width: 120px;
    }
}*/

/*** General tablets and phones ***/
/*@media (max-width:979px) {*/
/*** Body ***/
/*body {
        margin: 0px !important;
    }*/
/*** Page header ***/
/*.header {
        margin: 0 !important;
    }

        .header .nav li.dropdown i {
            display: inline-block;
            position: relative;
            top: 1px;
            right: 0px;
        }

        .header .nav {
            margin-bottom: 0px !important;
        }*/
/*** Page container ***/
/*.page-container {
        margin: 0 !important;
        padding: 0 !important;
    }

    .fixed-top .page-container {
        margin-top: 0px !important;
    }*/
/*** Page content ***/
/*.page-content {
        margin-top: 0;
    }

    .tiles {
        margin-right: 0px;
    }

        .tiles.added-margin {
            margin-right: 0px;
        }

    .page-content .admin-bar .admin-bar-inner {
        margin-right: 0px;
    }

    .scrollup {
        left: 235px;
    }
}*/
@media (min-width: 1024px) {
    .page-sidebar {
        display: inline-block;
        float: left;
        position: relative;
        max-width: 250px;
        margin-top: 58px;
        width: 250px
    }
}
/* Landscape view of all tablet devices */
@media /*(min-width: 768px) and*/ (max-width: 1024px) {


    .header .navbar-inner .pull-left .quick-section:first-child, .header .navbar-inner .pull-left .quick-section:last-child li:first-child {
        display: none;
    }

    .page-sidebar {
    }


        .page-sidebar.mini > ul {
            padding-top: 0px;
        }


    .page-content {
        margin-left: 50px;
        margin-top: 0px;
        min-height: 911px;
    }



    .visible-tablet {
        display: block !important;
    }

    .scrollup {
        left: 36px;
    }

    .table td.small-cell, .table th.small-cell {
        width: 40px;
    }

    .appointment-selector-desktop .grid-container .branch-heading {
        font-size: 16px;
        padding: 20px 10px;
    }

    .appointment-selector-desktop .grid-container .site-name {
        font-size: 12px
    }

    .appointment-selector-desktop .grid-container .slot .free {
        font-size: 10px;
    }

    .widget {
        margin-right: 0px;
    }

    .header .header-seperation {
        width: 100%;
        display: block;
        position: fixed;
        z-index: 999;
        float: none;
        text-align: center;
        height: inherit
    }

        .header .header-seperation:after {
            content: '';
            display: block;
            clear: both
        }

    .logo {
        margin-right: auto;
        margin-left: auto;
        margin-top: 9px;
    }

    .header .header-quick-nav {
        display: block;
    }

    .header .notifcation-center {
        /* margin-left: 15px;*/
    }

    .user-info-wrapper .profile-wrapper {
    }

    .header .header-quick-nav {
        display: block;
        padding: 65px 0 0;
        float: none;
    }

    .page-content {
        margin-top: 85px;
    }

    .header-quick-nav .nav.quick-section:first-child {
        display: none
    }


    .row-fluid.2col [class*="span"] {
        width: 48% !important;
        margin: 0px;
        margin-bottom: 10px;
    }

    .row-fluid [class*="span"] {
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
    }

    .row-fluid [class*="offset1"] {
        margin-left: 0px !important;
    }

    .column-seperation > div[class*="col-"] {
        border-right: none;
    }
    /** Profile Page **/
    .user-profile-pic {
        text-align: center;
    }

    .user-mini-description h3, .user-mini-description h5 {
        text-align: center;
    }
    /** Login Page **/
    .login-container {
        padding: 0 10px;
    }

    .spacing-bottom-sm {
        margin-bottom: 20px;
    }

    .error-wrapper {
        margin-bottom: 0px;
        padding: auto;
    }

    .actionbar.floatbar {
        /*top: 130px;*/
        top: inherit;
        position: relative;
        z-index: 0;
        margin: 25px 0;
        right: inherit;
        background: transparent;
        padding: 0
    }

    .header .nav > li .searchpanel {
        width: 260px;
    }

    .header .notifcation-center {
        /*margin-right: 5px !important;*/
    }

    .logo {
        height: 80%;
        margin: 6px 8px;
    }

    .header .header-quick-nav {
        display: block;
        padding: 65px 0 0 62px;
        float: none;
    }

    .page-sidebar, .page-sidebar.mini {
        position: fixed;
        margin: 54px 0 0;
        z-index: 999;
    }

    div#pullleftsection {
        max-width: 40%;
    }

    div#mobilemodepullright {
        max-width: 59%;
    }
}

@media only screen and (max-width : 1024px) and (orientation : landscape) {
    .page-content {
        /*margin-top: 85px;*/
    }
}

@media only screen and (max-width : 1024px) and (orientation : portrait) {

    div#pullleftsection > ul.nav.quick-section:last-child li:nth-child(2):after {
        content: '';
        display: block;
        clear: both;
    }

    div #pullleftsection > ul.nav.quick-section:last-child li:last-child {
        display: block;
        float: none;
        padding: 0 0 0 15px;
        text-align: left;
    }

    div #pullleftsection > ul.nav.quick-section:last-child li .ExchnageThemes {
        padding-top: 10px
    }

    .page-content .content {
        padding-top: 70px;
    }

    .page-sidebar.mini > ul {
        /*  padding-top: 103px;*/
    }

    .page-sidebar, .page-sidebar.mini {
        position: fixed;
        margin: 54px 0 0;
        z-index: 999;
    }

    .page-content {
        /*   margin-top: 100px;*/
    }

    .page-sidebar.mini > ul {
        /*padding: 100px 0 0;*/
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    /*  #dvClientInfo_AllScreen {
        margin-bottom: 35px
    }
*/

    div#pullleftsection {
        max-width: 40%;
    }

    div#mobilemodepullright {
        max-width: 59%;
    }

    .page-content .content {
        padding-top: 60px;
    }

    .page-content {
        margin-top: 110px;
    }
}

@media (max-width: 767px) {

    .header .header-quick-nav {
        display: block;
        padding: 65px 0 0 50px;
        float: none;
    }

    div#pullleftsection {
        max-width: inherit;
        float: none;
        display: none
    }

    div#mobilemodepullright {
        max-width: inherit;
        float: none !important;
        padding: 7px 7px 7px 15px;
    }

        div#mobilemodepullright:after {
            content: '';
            display: block;
            clear: both
        }

    .page-content {
        margin-top: 125px;
        padding-bottom: 100px;
    }

        .page-content .content {
            padding-top: 25px;
            /* padding-bottom: 0px;*/
        }

    .header .chat-toggler {
        position: relative;
        top: inherit;
        margin-right: 0;
        display: block;
        float: left;
        min-width: inherit;
        width: 75%;
    }

        .header .chat-toggler .user-details {
            display: block;
            float: none;
            line-height: inherit;
        }

    .header .quick-section {
        margin-left: 5px;
        margin-top: 0;
        margin-right: 10px;
        display: inline-block;
        float: right;
    }

    .copyright-footer, .copyright-footer .text-right {
        text-align: center !important;
    }

    .btn {
        white-space: inherit;
    }

    .grid-title h4 {
        white-space: inherit;
    }
}
/*** Phones ***/
/*@media (max-width: 480px) {
    .page-title h3 {
        width: 80%;
    }

    .page-content .content {
        padding: 8px;
        padding-top: 50px;
        overflow-x: hidden;
    }

    .page-sidebar {
        overflow-x: hidden;
    }

    .tiles.margin-reset {
        margin-left: 0px;
    }

    .column-seperation > div[class*="span"] {
        border-right: none;
    }

    table th.unseen, table td.unseen {
        display: none !important;
    }

    .row-fluid {
        margin-bottom: 10px;
    }

    .small {
        width: 100px !important;
    }

    .medium {
        width: 150px !important;
    }

    .large {
        width: 200px !important;
    }

    .huge {
        width: 246px !important;
        font-size: 24px !important;
        height: 36px !important;
        line-height: 36px !important;
        padding: 22px 8px !important;
    }

    select.small {
        width: 114px !important;
    }

    select.medium {
        width: 164px !important;
    }

    select.large {
        width: 214px !important;
    }

    .btn-cons {
        min-width: 110px
    }

    .btn-large {
        padding: 9px 15px;
    }*/
/* Force table to not be like tables anymore */
/*.no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {
        display: block;
    }*/
/* Hide table headers (but not display: none;, for accessibility) */
/*.no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
    }

    .no-more-tables.table-bordered td {
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .no-more-tables td {*/
/* Behave like a "row" */
/*border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left;
    }

        .no-more-tables td:before {*/
/* Now like a table header */
/*position: absolute;*/
/* Top/left values mimic padding */
/*top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }*/
/*
	Label the data
	*/
/*.no-more-tables td:before {
            content: attr(data-title);
        }

    .no-more-tables .text-right, .no-more-tables .text-center {
        text-align: left !important
    }

    .table-flip-scroll .cf:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .table-flip-scroll * html .cf {
        zoom: 1;
    }

    .table-flip-scroll *:first-child + html .cf {
        zoom: 1;
    }

    .table-flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .table-flip-scroll th {
        width: auto !important;
        border-radius: 0px !important
    }

    .table-flip-scroll th, .table-flip-scroll td {
        margin: 0;
        vertical-align: top;
    }

    .table-flip-scroll th {
        text-align: left;
    }

    .table-flip-scroll table {
        display: block;
        position: relative;
        width: 100%;
    }

    .table-flip-scroll thead {
        display: block;
        float: left;
    }

    .table-flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table-flip-scroll thead tr {
        display: block;
    }

    .table-flip-scroll th {
        display: block;
    }

    .table-flip-scroll tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    .table-flip-scroll td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }*/
/* sort out borders */
/*.table-flip-scroll th {
        border-bottom: 0;
        border-left: 0;
    }

    .table-flip-scroll td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-radius: 0px !important
    }

    .table-flip-scroll tbody tr {
        border-left: 1px solid #babcbf;
    }

    .table-flip-scroll th:last-child, .table-flip-scroll td:last-child {
    }*/
/** Profile Page **/
/*.user-profile-pic {
        text-align: center;
    }

    .user-mini-description h3, .user-mini-description h5 {
        text-align: center;
    }*/
/** email **/
/*.email-body {
        padding: 8px !important
    }*/
/** lockscreen **/
/*.lockscreen-wrapper .profile-wrapper {
        margin-bottom: 8px;
    }

    .row [class*="col-"] {
        margin-bottom: 10px;
    }
}*/
/*
@media (max-width: 320px) {
    .header .nav > li.dropdown .dropdown-toggle {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
*/
/*** Retina Display Images **/
@media only screen and (-webkit-min-device-pixel-ratio: 2.0), only screen and (min--moz-device-pixel-ratio: 2.0), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2.0) {
    .grid.simple .grid-title .tools a {
        background: url('../img/icon/portlet-tray-2x.png');
        background-size: 199px 57px;
    }

    .tiles .controller a {
        position: relative;
        background: url('../img/icon/portlet-tray-2x.png');
        background-size: 199px 57px;
    }

    .iconset {
        background: url('../img/icon/top-trayx2.png');
        background-size: 443px 29px;
    }

    .status-icon {
        background: url('../img/icon/status2x.png');
        background-size: 79px 16px;
    }

    .scrollup {
        background: url('../img/pullup2x.png');
        background-size: 57px 27px;
    }

    .alert .close {
        background: url("../img/icon/noti-cross-2x.png") no-repeat scroll 0 0 transparent;
        background-position: -9px -10px;
        width: 10px;
        height: 9px;
        position: relative;
        opacity: 0.8;
        background-size: 114px 29px;
    }

    .checkbox label::after {
        top: 1.5px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: none;
        background-repeat: no-repeat !important;
        background-size: none !important;
    }

    .select2-search input {
        background-position: none !important;
    }
}
/*@media (max-width: 500px) {
    #Parks.grid .mix {
        width: 100%;
        padding-top: 53%;
    }

    .drop_down {
        display: none;
    }
}

@media (max-width: 1000px) {
    #Parks.list .meta {
        width: 150px;
    }
}

@media (max-width: 840px) {
    #Parks.list .meta.region, #Parks.list .meta.rec {
        display: none;
    }
}

@media (max-width: 540px) {
    #Parks.list .meta.area {
        display: none;
    }
}

@media (min-width: 1000px) and (max-width: 1119px) {
}

@media (min-width:850px) and (max-width: 999px) {
    .header .nav > li .searchpanel {
        width: 260px;
    }

    .header .notifcation-center {
        margin-right: 5px !important;
    }

    .logo {
        height: 80%;
        margin: 6px 8px;
    }

    .ExchnageThemes {
        display: none
    }
}

*/
@media (max-width:990px) {
    .profile-section.profile-sectionfloat {
        position: relative;
        top: inherit !important;
        right: inherit;
        width: inherit;
        z-index: inherit;
        min-width: inherit;
    }

    #dvClientInfo_AllScreen {
        margin-bottom: 35px;
    }
    /*.profile-section.profile-sectionfloat {
        max-width: 199px;
    }*/
}

@media (min-width:992px) {

    .pading-lft-zero {
        padding-left: 0px;
    }
}


@media (min-width:992px) and (max-width:1199px) {

    #RowForIcons > div.row1 > div {
        padding: 2px;
    }

    .tab-accordion .nav-tabs > li > a {
        font-size: 16px;
    }

    div#dvEligibility > div .btn, .deceased-listing .btn {
        padding: 7px 0;
    }
}





@media (min-width:1160.01px) and (max-width: 1309.99px) {
    div#pullleftsection > ul.nav.quick-section:last-child li:nth-child(2):after {
        content: '';
        display: block;
        clear: both;
    }

    div #pullleftsection > ul.nav.quick-section:last-child li:first-child {
        display: none
    }

    div #pullleftsection > ul.nav.quick-section:last-child li.m-r-10 {
        display: block;
        float: none;
        padding: 0 0 0 15px;
        text-align: left;
    }

    div #pullleftsection > ul.nav.quick-section:last-child li .ExchnageThemes {
        /*  padding-top: 10px*/
    }

    .header-seperation {
        height: 87px !important
    }

        .header-seperation .logo {
            height: auto;
            margin: 9px 14px;
            min-height: 60px;
            width: auto;
        }

    .page-content .content {
        padding-top: 115px;
    }

    .page-container .page-sidebar {
        margin-top: 85px;
    }

    .tab-accordion .nav-tabs > li > a {
        padding: 15px 12px
    }
}

@media (max-height:715px) {

    .profile-section.profile-sectionfloat {
        line-height: 17px;
        font-size: 13px;
    }

        .profile-section.profile-sectionfloat label {
            font-size: 14px;
            margin: 0;
            line-height: 17px;
        }

        .profile-section.profile-sectionfloat #RowForIcons img {
            height: 24px !important;
            width: auto !important;
            margin: 0;
        }

        .profile-section.profile-sectionfloat #RowForIcons > div.row1 > div {
            padding: 4px;
        }

        .profile-section.profile-sectionfloat div#dvEligibility > div .btn, .deceased-listing .btn {
            padding: 5px 0;
        }

    .ReminderCountIcon_ {
        top: inherit;
        left: inherit;
        right: -5px;
        bottom: -4px;
    }
    .page-sidebar > ul > li > a {
        padding: 10px 31px 10px 31px;
    }
}

/*******************************/

@media (min-width:1200px) {
    .cd-cloumns.row > div[class*="col-"]:nth-child(3n +3) {
        border-right: 0;
    }
    .cd-cloumns.row > div[class*="col-"]:nth-child(4):after {
        display: block !important;
    }
    .cd-cloumns.row > div[class*="col-"]:nth-child(n+4):after {
        display: none;
    }

   

    .cd-cloumns.row > div[class*="col-"]:nth-child(-n+3) {
        margin-top: 0
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .cd-cloumns.row > div[class*="col-"]:nth-child(2n +2) {
        border-right: 0;
    }

    .cd-cloumns.row > div[class*="col-"]:nth-child(n+5):after {
        display: none
    }

    .cd-cloumns.row > div[class*="col-"]:nth-child(-n+2) {
        margin-top: 0
    }

    .cd-cloumns .cd-detail {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .cd-cloumns.row > div[class*="col-"] {
        border-right: 0;
        width: 100%;
    }

        .cd-cloumns.row > div[class*="col-"]:last-child:after {
            display: none
        }

        .cd-cloumns.row > div[class*="col-"]:nth-child(-n+1) {
            margin-top: 0
        }

    .cd-cloumns .cd-detail {
        font-size: 14px;
    }
}

@media (min-width:1024px) {
    .form-group .form-label {
        max-height: 22px;
        overflow: hidden;
        white-space: nowrap;
        max-width: calc(100% - 50px);
        text-overflow: ellipsis;
        min-width: 50px
    }

        .form-group .form-label + img {
            display: inline;
            /*position: relative;
            top: -8px;*/
            position: absolute;
            top: 0
        }

        .form-group .form-label img {
            margin-top: -3px;
            max-height: 23px;
            width: auto;
        }
}

@media (max-width:1023.89px) {
    .dashboard-tiles li {
        width: 20%;
    }

    body.menu-condensed-layout {
        position: relative;
    }

        /*body.menu-condensed-layout:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.9);
            position: absolute;
            left: 0;
            top: 0;
            z-index: 999;
        }*/

        body.menu-condensed-layout .page-sidebar {
            z-index: 1100;
            position: absolute;
            top: 55px;
            left: 0;
            height: calc(100% - 55px);
        }

        body.menu-condensed-layout .page-container {
            overflow: hidden
        }

        body.menu-condensed-layout .header {
            z-index: 1100;
        }

        body.menu-condensed-layout .page-content {
            overflow: hidden;
            height: 500px;
        }

        body.menu-condensed-layout .copyright-footer {
            display: none
        }

    .page-sidebar > ul > li > a {
        padding:10px 31px 10px 31px;
    }
}

@media (min-height:715px) {
    body .page-sidebar {
        position: fixed !important;
        top: 0 !important
    }
}

@media (max-height:714px) {
    .copyright-footer {
        display: none
    }
    
}
