header { background: #636466; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzNjQ2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTNmNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #636466 0%, #3e3f40 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636466), color-stop(100%,#3e3f40)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #636466 0%,#3e3f40 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #636466 0%,#3e3f40 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #636466 0%,#3e3f40 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #636466 0%,#3e3f40 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636466', endColorstr='#3e3f40',GradientType=0 ); /* IE6-8 */
    height: 70px; }
.primary-header .row .logo { background:url(/images/logos/covisint-226x47.png) 0 0 no-repeat; height:47px; width:226px; margin: 10px 0 0 0;}
.primary-header .row .right-col .welcome-txt { text-align: right; color: #fff; font-weight: bold; font-size: 12px; clear:both;}
.primary-header .row .right-col { text-align: right; float: right;}
.primary-header .row .right-col .list-inline>li { color:#fff; }
.primary-header .row .left-col {float: left;}

.secondary-header { display: none; height:40px; }
.secondary-header .row .col-md-12 .logo { background:url(/images/logos/covisint-101x20.png) 0 0 no-repeat; height:20px; width:101px; margin: 10px 0 0 0; }

.body-content { padding: 5px 10px; }


.registration-landing .reg-body { min-height: 260px; }
.registration-landing .signup-btn { min-width: 150px; }
.registration-landing .fa-stack {display: block; }
.registration-landing .fa-circle { color: #199ed9; }

footer .footer-trace { margin-top: 100px; background: #dedede; font-size:10px; color:#999; display: none;}

table.table tr td {border: none;}
/*-------------oauth consent form styles--------*/
#oauthconsent { text-align: center; }
.oauth-consent-container { margin: 70px auto 110px auto; width: 30%; background:#fff;box-shadow:rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px; padding:20px;}

.oauth-consent-container .row .column .parties-brand .third-party { background:url(/images/logos/covs.png) 0 0 no-repeat; width:45px; height:45px; position: relative; top: 18px;}
.oauth-consent-container .row .column .parties-brand,
.oauth-consent-container .row .column h4 { text-align:center; }
.oauth-consent-container .row .column .parties-brand .icon { display:inline-block;}
.oauth-consent-container .row .column .parties-brand .user { background-image:none !important;}
.oauth-consent-container .row .column .parties-brand .user img { height:45px; }
.oauth-consent-container .row #scopeList .table-scopes tr td { font-size:14px !important;}
.oauth-consent-container .row .column .page-header { border-bottom: none; }
.oauth-consent-container .row div .btn { border-radius:0; }

.manageAppSpace {padding-top:5px;}

/*IDM-2287*/
.cloud-target:hover { cursor: pointer;}
.suspended {opacity:.5;}
.suspended .headline-icon { opacity: .7;}
.suspended:hover {background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#e0e0e0))!important;cursor: not-allowed!important;}
