/* xs < 768 */


/* sm */
@media screen and (min-width: 768px) {
    body {
        /*font-size: 1em;*/
    }
    h1 {
        font-size: 4em;
    }
    h2 {
        /*font-size: 2em;*/
        font-size: 28px;
    }
    #app-page #app-search {
        margin-left: 220px;
    }
}

/* md */
@media screen and (min-width: 992px) {
    body {
        /*font-size: 1.2em;*/
    }
    h1 {
    font-size: 5em;
    }
    h4 {
        font-size: 1.6em;
    }
    #app-page #app-search {
        margin-left: 220px;
    }

    /*.card {
        height: 600px;
    }*/
}

/* lg */
@media screen and (min-width: 1200px) {
    body {
        font-size: 1.5em;
    }
    h1 {
        font-size: 5em;
    }
    #app-page #app-search {
        margin-left: 220px;
    }
    /*.card {
        height: 635px;
    }*/
}

body h1, h2, h3, h4, h5, h6 {
    /*font-family: "Avenir Next";*/
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-weight: bold;
}

.navbar-brand {
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-weight: bold;
}
.pd-b-15 {
    padding-bottom: 15px !important;
}
.mr-b-15 {
    margin-bottom: 15px !important;
}
.nav > li > a {
    font-size: 16px !important;
    line-height: 16px !important;
}
.panel-collapse > ul.nav > li > a
{
    font-size: 14px !important;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
}
.tooltip {
    position: absolute;
}
.tooltip > .tooltip-inner {
    color: #FFFFFF !important;
    font-size: 12pt;
    min-width: 200px;
}

.redtooltip + .tooltip > .tooltip-inner {
    color: #000 !important;
    background-color: #e7b8d5;
    font-size: 12pt;
    min-width: 200px;
}

.greentooltip + .tooltip > .tooltip-inner {
    color: #000 !important;
    background-color: #b8e7d5;
    font-size: 12pt;
    min-width: 200px;
}

.popover-not-transmitted p{
    background: #73DA73;
}

.popover-transmitted p{
    background: #DA7373;
}

.popover-requested p{
    background: #737373;
    color: white;
}

.popover-title {
    font-size: 16pt;
}

.explain-popover {
    vertical-align: middle;
    padding-top: 0px;
}

#nav-head div {
    min-width: 12.5%;
}

#nav-head .list-inline h3,.list-inline h3 {
    font-weight: 400;
    color: #FFC001;
}

#nav-head .list-inline li {
    padding-left: 15px;
    padding-right: 15px;
}

#nav-head a{
    text-decoration: none;
    font-weight: 400;
    color: #white;
}

#collapseBrowse a {
    color: #FFC001;
}

.min-h-265 {
    min-height: 265px !important;
}
#nav-head .list-inline h3:hover {
    color: white;
    text-decoration: none;
}

#app-search .glyphicon-search {
    position: absolute;
    left: 10px;
    z-index: 10000;
    color: #424242;
    top: 18px;
    font-size: 20px;
}

.mr-b-15 {
    margin-bottom: 15px;
}
#project_name {
    margin-top: 37%;
    position: relative;
    left: -40px;
}
#project_name h1 {
    color: white;
    text-align: center;
    font-family:"Hiragino Kaku Gothic Pro";
    font-weight: bold;
}
#project_name h3 {
    color: #51B0DA;
    font-family:"Hiragino Kaku Gothic Pro";
    font-weight: bold;
    margin-top: 0%;
    font-size: 18px;
}
big {
    font-size: 18px;
}
.stats-box {
    margin-top: 10%;
    background-color: #fff;
    position: relative;
    width: 90%;
    left: 10px;
    opacity: 0.5;
    height: 50px;
    margin-left: 10px;
    border-radius: 10px;
}
.stats-text {
    color: #000;
    display: inline-flex;
    margin-left: 10px;
    margin-top: 10px;
    opacity: 1.0;
    vertical-align: middle;
    align-items: center;
}
#imaginary_container{
    margin-top: 5%;
}

#imaginary_container input {
    border-radius: 21px;
    opacity: 0.6;
}

.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.glyphicon-search {
    position: relative;
    left:-55px;
    z-index: 10000;
    color: black;
}
.stylish-input-group .input-group-addon {
    background: transparent !important;
    border: none;
    font-size: 2em;
}


#logo-pic {
    margin-top: 10%;
}
#logo-pic .img-responsive {
    width: 60%;
    margin-left: 18%;
}

.autocomplete-suggestions {
    color: white;
    border: none;
    border-radius: 3px;
    background: #494949;
    overflow: auto;
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #636567; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
#autocomplete {
    color: white;
}


#project_name h1 {
    text-align: left;
}


/**
  * Start Css for layout, including navbar and sidebar
*/
/*Css for navbar*/
#app-page {
    background-color: #efefef;
    padding-top: 60px;
}
.navbar-header {
    padding: 0;
}
.navbar-header a {
    width: 220px;
}
.navbar-brand {
    display: flex;
    align-items: center;
    height: 60px;
    color: white;
    background: #4787ac;
}
.navbar-brand:hover{
    background-color:#323232 !important;
    height: 60px !important;
    color: #ffc001 !important;
}

.navbar-fixed-top {
    height: 5%;
}
#app-page #app-search input {
    height: 60px;
    border: none;
    border-radius: 0;
    background: #e7e7e7;
    color: #424242;
    padding-left: 35px;
    font-size: 18px;
}


/*Css for sidebar*/
body,html,.row-offcanvas {
    height: 100%;
}

#sidebar {
    width: inherit;
    min-width: 220px;
    max-width: 220px;
    background-color:#555957;
    float: left;
    height:100%;
    position:relative;
    overflow-y:auto;
    overflow-x:hidden;
    text-align: center;
    color: white;
}
#sidebar ul li a {
    color: #fff;
}
#sidebar ul li a:hover {
    background-color: #444745;
    color: #ffc001;
    border-left: solid 5px #ffc001;
    font-weight: bold;
    border-radius: 0;
}
#main {
    height:100%;
    overflow:auto;
    padding-left: 2%;
    padding-right: 2%;
}
#collapseCategory ul li {
    margin-left: 12%;
    text-align: left;
}
#collapseCategory ul li a {
    /*color: #d6d0d0;*/
    font-weight: 300;
}


.btn-secondary {
    background: #576f86;
}

/**
  * Start Css for app page
*/
/*Css for summary part*/
#app-summary {
    color: #424242;
    text-align: center;
    margin: 2% 0 4% 0;
}
.app-logo {
    padding: 0;
}
.app-summary-info {
    padding: 1% 1% 2% 1%;
    display: block;
}

#app-summary-table {
    border: none;
}

#app-summary-table big {
    color: #424242;
}

#app-summary-table td, #app-summary-table th{
    border: none;

}
#app-summary-table td {
    color: #424242;
    margin-top: 0;
    border-radius: 10px;
    background: #e3e3e3;
    margin-bottom: 15px;
    float: left;
    margin-right: 5px;
    width: 48%;
    padding: 5px;
}
#app-summary-table tr:first-child td {
    color: #424242;
    margin-top: 0;
    border-radius: 10px;
    background: transparent;
    width: 100%;
}
#app-summary-table h2 {
    text-align: left;
    margin: 0;
}
#app-summary-table h4 {
    padding: 8px 0 8px 0;
    background: #576f86;
    border-radius: 12px;
    color: white;
}
#app-summary-table td {
    vertical-align: middle;
    /*text-align: left;*/
}

#app-summary-table .btn-group {
    white-space: nowrap;
    /*border: solid;*/
    /*border-radius: 12px;*/
    /*border-color: #576f86;*/
}
#app-summary-table .btn-group .btn{
    float: none;
    display: inline-block;
}

#app-summary-table .btn-group .dropdown-toggle{
    position: relative;
    left: -5px;
}


#app-summary-table .btn-group h4{
    padding: 5% 17% 5% 17%;
    margin: 0;
}



.app-summary-info h3 {
    margin: 0;
}
.app-summary-info p {
    text-align: left;
    margin-top: 8%;
}
.app-summary-info p span{
    background: #4a6177;
    padding: 1% 5% 1% 5%;
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    margin-right: 10%;
    /*margin-top: 5%;*/
}
.app-summary-info p a span{
    color: white;
}
.summary-badge {
    padding: 0 1% 0 1%;
}
.summary-badge img {
    transition: all 0.3s;
}
.summary-badge:hover img {
    transform: scale(1.15);
}
.summary-badge p {
    margin-top: 10%;
}


/*Css for permissions*/

#app-permissions {
    margin-bottom: 4%;
}

#app-permissions h3, #app-transmitted-info-detail h3, #app-third-party h2 {
    padding: 1px 0 14px 12px;
    float: left;
    width: 100%;
}

#app-permissions p {
    padding: 1px 0 14px 12px;
    float: left;
    width: 100%;
}

#app-permissions h3 span, #app-transmitted-info-detail h3 span, #app-third-party h2 span {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
}

#app-permissions td, #app-permissions th {
    vertical-align: middle;
    border: none;
}
#app-permissions h4{
    /*font-size: 110%;*/
    /*text-align: center;*/
    padding: 15px;
    margin: 0;
}
#app-permissions img {
    width: 50px;
    margin-right: 10px;
}
.permissions-tab {
    padding: 1% 1% 2% 1%;
    display: flex;
}

.permissions-tab-row {
    display: grid;
}

.permissions-tab-detail {
    box-shadow: 0px 0px 5px 0px #c1bfbf;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.permissions-used-row {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    width: 100%;
}

.permissions-used a {
    color: black;
    text-decoration: none;
}

.permissions-used {
    margin-left: 5px;
    margin-bottom: 5px;
    width: 45%;
    font-size: 14pt;
}

.permissions-accessed {
    background: #b1d6e9;
    margin-right: 5px;
}

.permissions-not-accessed {
    background: #B4C2C4;
}

#app-permissions .pre-scrollable {
    min-height: 210px;
    overflow: auto;
    max-height: 210px !important;
}
.popup .popuptext {
    margin-left: -70px !important;
    padding: 8px 5px;
    color: #fff !important;
    line-height: normal;
}
.not-accessed {
    background: #3a454f;
}
.not-accessed table{
    opacity: 0.4;
}
.deatachdataflow
{
    padding: 20px 0 20px 1px !important;
}
.explanation-box {
    background: #e6e6e6;
    /*box-shadow: inset -1px -1px 5px 2px rgb(59, 61, 62), 0px 0px 12px 1px rgba(0, 0, 0, .5);*/
    box-shadow: 0px 0px 5px 0px #c1bfbf;
    dispaly: inline;
}
.permission-notice .pre-scrollable {
    padding: 15px;
}
.permissions-tab .pre-scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}
.permissions-tab .pre-scrollable::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/*Css for transmitted info*/
/*.row-1, .row-2, .row-3 {
    margin: 2% 0 2% 0;
    padding-right: 1%;
    padding-left: 1%;
}*/

#app-permissions, #app-transmitted-info-detail {
    background-color: #f3f3f3;
    box-shadow: 1px 1px 10px 1px #d6d6d6;
    margin-top: 26px;
}

#app-permissions, #app-transmitted-info-detail * {
    color: #424242;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
}

#app-transmitted-info-detail .personal-info-row {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    min-height: 200px;
}

#app-transmitted-info-detail .personal-info-col {

}

#app-transmitted-info-detail .personal-info-row img {
    width: auto;
    max-height: 200px;
    padding: 5px;
    margin: 5px;
}

#app-transmitted-info-detail p {
    padding: 1px 0 14px 12px;
    float: left;
    width: 100%;
}

.mr-bt-15 {
    margin-bottom: 15px !important;
}
.app-transmitted-info-detail-tab {
    /*background: #415970;*/
    /*padding-left: 1%;*/
    /*padding-right: 1%;*/
    height: 100%;
    /*padding: 2% 1% 1% 1.7%;*/
    /*-webkit-perspective: 600px;*/
    /*perspective: 600px;*/
    /*color: white;*/
}
.maxh-250 {
    height: 175px;
}
.app-transmitted-info-detail-tab * {
    text-align: center;
}
.app-transmitted-info-detail-tab h4 {
    margin: 7px 0px 0px 0px !important;
}

.app-transmitted-info-detail-tab h5 {
    margin-top: -5%;
}

.row-3 {
    margin-bottom: 3%;
}

.info-box p {
    margin: 3% 5% 0 5%;
    text-align: justify;
}

.back p {
    margin: 5% 10% 5% 10%;
    text-align: justify;
    hyphens: auto;
}

.app-transmitted-info-detail-tab .front {
    height: 250px;
    /*!*background: #33485d;*!*/
    /*z-index: 900;*/
    /*!*border: 1px solid #ccc;*!*/
    /*-webkit-transform: rotateX(0) rotateY(0);*/
    /*transform: rotateX(0) rotateY(0);*/

    /*-webkit-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/

    /*-webkit-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/

    /*!* -- transition is the magic sauce for animation -- *!*/
    /*-webkit-transition: 1s;*/
    /*transition: 1s;*/
    /*box-shadow: -3px -3px 11px 1px rgb(59, 61, 62), 3px 3px 12px 1px rgba(0, 0, 0, .5);*/

}

.app-transmitted-info-detail-tab.flipped .front {
    height: 250px;
    /*z-index: 900;*/
    /*border-color: #eee;*/
    /*background: #333;*/
    /*box-shadow: 0 15px 50px rgba(0,0,0,0.2);*/

    /*-webkit-transform: rotateY(179deg);*/
    /*transform: rotateY(179deg);*/
}

.app-transmitted-info-detail-tab.flipped::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    border-radius: 2px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.app-transmitted-info-detail-tab.flipped .back {
    overflow: auto;
}
.app-transmitted-info-detail-tab .back {
    margin-left: 4%;
    margin-right: 4%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 800;
    /*border: 1px solid #ccc;*/
    background: #333;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    -webkit-transform: rotateY(-179deg);
    transform: rotateY(-179deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    -webkit-transition: 1s;
    transition: 1s;
}
.popup-left .popup .popuptext {
    margin-left: -80px !important;
}
.app-transmitted-info-detail-tab.flipped .back {
    height: 100%;
    z-index: 1000;
    /*background: #32485e;*/

    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);

    box-shadow: -3px -3px 11px 1px rgb(59, 61, 62), 3px 3px 12px 1px rgba(0, 0, 0, .5);

}

.user-contact-info .front {
    background: #5090cd;
}
.user-contact-info.flipped .back {
    background: #5090cd;
}
.aloneclass
{
 background-color: white !important;
}
.aloneclass .card-block
{
    margin-top: -25px !important;
}
.device-info .front {
    background: #b1d6e9;
}
.device-info.flipped .back {
    background: #408295;
    overflow: auto;
}

.location-info .front {
    background: #4ca4be;
}
.location-info.flipped .back {
    background: #4ca4be;
}

.media-info .front {
    background: #44817c;
}
.media-info.flipped .back {
    background: #44817c;
}

.personal-info-box {
    background: #C4DCE1;
    box-shadow: 0px 0px 5px 0px #c1bfbf;
    padding-left: 5px;
    padding-right: 5px;
}

.device-info-box {
    background: #C5D0C9;
    box-shadow: 0px 0px 5px 0px #c1bfbf;
    padding-left: 5px;
    padding-right: 5px;
}

.minHeightbox
{
    height: 250px;
}
.mainpanelidentify
{
    background-color: #b1d6e9;
    max-height: 252px;
    min-height: 252px;
}
.stext {
    text-align: center !important;
}
.cartoption
{
    width: 15%;
    float: left;
    padding-top: 5px;
}
.cardinnerOption
{

    text-align: center;
}
.leftclass3
{
    float: none;
}
.cardinnerOption h4
{
    font-size: 13px;
}
.tdicons
{
    padding: 0px !important;
    width: 26px;
}
.transparenttd
{
    background-color: transparent !important;
    padding: 0px !important;
}

.info-box h3 {
    margin-bottom: 5%;
}
.info-box .pre-scrollable {
    /*height: 135px !important;*/
    max-height: 207px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.data-flow-table thead td {
    text-align: center;
}
.data-flow-table td {
    vertical-align: middle !important;
    border: none !important;
}
.data-flow-table img {
    margin: auto;
}
.data-flow-table tbody td {
    text-align: center;
    float: left;
    width: 100%;
}

.info-box .pre-scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}
.info-box .pre-scrollable::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.no-data-fill-box {
    padding-top: 7%;
}

/*Css for third parties*/
#app-third-party {
    /*background-color: #e6e6e6;*/
    background-color: #f3f3f3;
    box-shadow: 1px 1px 10px 1px #d6d6d6;
    margin-top: 26px;
    color: #424242;
}

#third-party-tbl th, #third-party-tbl td {
    text-align: center;
    border: none;
    line-height: 35px;
}

#third-party-tbl a {
    text-decoration: none;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #c6c6c6;
}
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #dfdfdf;
}
#third-party-tbl thead tr {
    background: #dfdfdf;
}

.table .table {
    background-color: #405971;
}

#third-party-table {
    padding: 2% 5% 0 5%;
    margin-bottom: 3%;
}


/*
** Start Css for apps page
*/

#apps-panel {
    color: #424242;
    margin-top: 2%;
    text-align: center;
}

#apps-panel table td, #apps-panel table th {
    /*border: none;*/
    padding:2% 0 0 0;
}

#apps-panel h2 {
    text-align: left;
    margin-top: 0;
}

#apps-panel table h4 {
    text-align: center;
}
.card {
    /*max-height: 450px;*/
    /*background: #405971;*/
    /*background: white;*/
    /*border-style: none;
    border-color: #395571;
    border-radius: 25px;
    border-width: 2px;
    box-shadow: 2px 2px 1px #888;*/
    display: flex;
}
.card img {
    border-radius: 32px;

}

.dev-group {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
}

.dev-group ul {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.games .card-img-top {
    background-color: white;
    float: left;
}

.card .privacy-badges {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.card .privacy-tile {
    float: right;
}

.card .card-images {
    display: inline-block;
    width: 100%;
    position: relative;
}
.games {
    background-color: transparent;
    float: left;
    width: 100%;
    border: none;
    border-radius: 22px;
    margin-bottom: 30px;
}
.card-block {
    padding: 1.25rem;
    height: 200px;
    /* border: solid 1px #000; */
    background: #fff;
    border-radius: 0px 0px 25px 25px;
    border-top: none;
    margin-top: -35px;
    padding-top: 37px;
}
.card-block-developer
{
    padding: 1.25rem;
    min-height: 50%;
    /* border: solid 1px #000; */
    background-color: #b1d6e9;
    border-top: none;
    /* margin-top: -35px; */
    padding-top: 35px;
}
.card-block * {
    color: black;
}

/*
.card-group {
    display: grid;
    width: 100%;
}
*/


.card-title, .card-version-text, .card-category-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* position: relative; */
    font-size: 20px;
}

.btn-group select{
    font-size: 12pt;
    color: black;
    padding: 5px 10px;
    width: 150px;
}

.btn-group select[disabled]{
    color: gray;
}

.btn-group button{
    margin-top: 10px;
    color: #fff;
    border-radius: 10px;
    background: #3e525c;
    border: none;
    padding: 5px 10px;
}

.btn-group button:hover{
    background: #b1d6e9;
}

.card-company-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* position: relative; */
    font-size: 16px;

}
.card-block .btn-group, .queued-button, .untested-button {
    margin-bottom: 2%;
    display: block;
}

.untested-button h5{
    color: #555;
    font-size: 12pt;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.btn-group h5 {
    color: #555;
    font-size: 1vw;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.queued-button h5 {
    color: #555;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.untested-button button{
    margin-top: 10px;
    color: #fff;
    border-radius: 10px;
    background: #bbb;
    border-color: #555;
    padding: 5px 10px;
}

.untested-button button:hover{
    background: #b1d6e9;
}

.queued-button button{
    margin-top: 10px;
    color: #555;
    border-radius: 10px;
    background: #fff;
    border-color: #555;
    padding: 5px 10px;
}

.iconurl
{
    width: 100%;
    object-fit: cover;
}

.card-break div {
    width: 100%;
    height: 7px;
    background: #000;
    overflow: hidden;
}

/*
** Start Css for contact page
*/
.jumbotron {
    background-color: #395671;
    color: white;
}

.form-group input, .form-group textarea, .form-group select {
    color: white;
    background: #314960;
    border:none;
}

.footer, .about-us, .our-team{
    color: black;
}
#logo-grouper {
    background-color: #ccc;
    border-radius: 10px;
}

#logo-grouper h3 {
    color: #000;
}
/*
** Start Css for about page
*/

.text-center .img-center {
    margin: 0 auto 0 auto;
}

.third-party-icon {
    height: 35px;
}

/* Flip Card */

.info-card {
    float: left;
    -webkit-perspective: 600px;
    height: 265px;
    width: 100%;
}
.front, .back {
    background: #b1d6e9;
    border-radius: 0px;
    transition: -webkit-transform 1s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    border: none;
}
.permission-notice h4 {
    padding: 15px;
}
.front {
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    z-index: 1;
    z-index: 1;
    min-height: 215px;
    margin-top: -0px !important;
    padding-top: 2px;
}
.nopadding-left{
    padding-left: 0px;
    padding-right: 0px;
}
.nopadding-right {
    padding-right: 0px;
}
.front img {
    width: auto !important;
    margin: 25px auto 0 !important;
}
.front h4 {
    font-size: 20px;
    text-align: center;
}
.back {
    padding: 20px;
    padding-top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(-180deg);
    overflow-y: scroll;
}
.back .row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.back .row .col-xs-9 {
    padding-left: 10px;
}
.info-card:hover .back {
    -webkit-transform: rotateY(0);
}
.info-card:hover .front {
    -webkit-transform: rotateY(180deg);
}
.card-image {
    width: 100%;
    height: 100%;
}
.contact-details .front h4 {
    text-align: center;
}
.contact-details .front img {
    width: auto !important;
    margin: 5px auto 0 !important;
}
.contact-details .back p {
    margin: 0;
    text-align: justify;
}
.back h4 {
    padding: 15px 0;
}
/* End Flip card */

.slick-prev {
    z-index: 9999;
    left: 5%;
}
.slick-next {
    z-index: 9999;
    right: 6%;
}

/*
 * styles for company block for browse by company
 */

.company-block{
	vertical-align: middle;
	text-align: center;
	height: 95px;
	font-size: 18px;
	color: black;
}

.company-block:hover{
	background-color: #0E6199;
	color: antiquewhite;
	text-decoration: none;
}

/*
 * Browser menu on the home page
 */


.browse-home {
	position: absolute;
	display: none;
	z-index: 99;
	width: 150px;
}

/* Dropdown Button */
.browse-btn:hover .browse-home {
	display: block;
}
.no-p-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media screen and (max-width: 1024px) {
    .mobile-m-b {
        margin-bottom: 15px;
    }
    .info-box {
        height: 215px !important;
    }
    .info-box .pre-scrollable {
        max-height: 145px !important;
    }
}

@media screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }
    .contact-details .front img {
        width: auto !important;
        margin: 5px auto 0 !important;
        max-width: 250px;
    }
    .nopadding-m-lr {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 1.6em;
    }
    #app-permissions h4 {
        font-size: 18px;
    }
    .navbar-header a {
        display: none;
    }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        width:calc(100% + 220px);
    }
    .row-offcanvas-left
    {
        left: -220px;
    }
    .row-offcanvas-left.active {
        left: 0;
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
    }
    #app-permissions .pre-scrollable {
        min-height: 120px !important;
    }
    .app-transmitted-info-detail-tab {
        width: 100% !important;
    }
    .btn-responsive {
        font-size: 10px !important;
    }
    .card-block {
        padding: 30px 0px 10px;
    }

}

