@import url(https://fonts.googleapis.com/css?family=Roboto:300);

/*-------- Icon Fonts Import --------------*/
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?-59vg60');
    src: url('fonts/icomoon.eot?#iefix-59vg60') format('embedded-opentype'),
    url('fonts/icomoon.woff?-59vg60') format('woff'),
    url('fonts/icomoon.ttf?-59vg60') format('truetype'),
    url('fonts/icomoon.svg?-59vg60#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alert {
    margin-bottom: 10px;
}
.smallwidth{
    width:250px;
}

.icon-Intelligence:before {
    content: "\e603";
}
b, strong {
  font-weight: 500;
}

.icon-virtua:before {
    content: "\e600";
}

.icon-vwheel:before {
    content: "\e601";
}

.icon-directory3:before {
    content: "\e602";
}
.bcrumb a{
	color:white;
	text-decoration:underline;
	}

/* Text and Fill Color Classes */
.redtext {
    color: #C3272B;
}

.bluetext {
    color: #5BC0DE;
}
th .subhead{
    display:block;
    font-weight: 400;
    line-height:2em;
    font-size:0.9em;
}

.iconbluetext {
    color: #3F85F4;
}
.smalltd{
    width:50px;
}
.mediumtd{
    max-width:125px;
}
.onepart,.threepart,.fourpart{
    overflow:hidden;
    float:left;
    display:block;
    padding:0 10px 0 15px;
    height: 22px;
    font-size: 13px;
}
.onepart{
    width:98%;
}
.threepart{
    width:32%;
}
.fourpart{
    width:20%;
}
.tbutton {
    width: 35px;
    text-align: center;
    height: 35px;
    background: #428bca;;
    color: white;
    padding: 10px;
    float: right;
    border-radius: 4px;
    font-size: 1em;
}
.menubar.dropdown-menu{
    left:-150px;
    top:-3px;
    background: none;
    border: 0;
    -webkit-box-shadow: none ;
    box-shadow: none ;
}
.menubar.dropdown-menu > li{
    display: inline-block;
    float:left;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 8px;
}
.navbar-form .form-control {
    width: 400px;
}

.navbar-form input[type="text"]
{
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin-top:2px;
}
.rightborder {
	border-right: 1px solid #ddd;
	}

.menubar.dropdown-menu > li a{
    padding: 3px 10px;
}

.menubar.open> ul {
    display: inline-flex !important;
}

.iconsbar1 {
    opacity: 100;
    width: 100px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}
/* Collapse Panel */

.modal .modal-dialog #Notification {
   width:200px;
    top: 0;
    right: 0;
}

/* End Collapse Panel */

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.greytext {
    color: #333333;
}

.greydate {
    float: right;
    font-size: 0.8em;
}

.sccform {
    float: left;
    position: relative;
    margin-left: 23px;
    padding-top: 2px;
}

.daterange {
    width: 200px;
}

.peers {
    width: 150px;
}

.filter {
    display: inline;
    float: left;
    padding-right: 15px;
}
.filter .glyphicon:hover {
	color:white;
text-shadow: 0 0 5px #3F85F4;
}

.notiheading {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 5px;
}

.darkbluetext {
    color: #00518C;
}

.violettext {
    color: #8E44AD;
}

.blacktext {
    color: #333333;
}

.whitetext {
    color: #FFFFFF;
}

.greentext {
    color: #019875;
}

.yellowtext {
    color: #674172;
}

.lightgraytext {
    padding-left: 5px;
    font-size: 0.9em;
    color: #666666;
}

.blue1text {
    color: #2980b9;
}

.redbg {
    background-color: #D24633;
}

.lynchbg {
    background-color: #6C7A89;
}

.bluebg {
    background-color: #2FC3DF;
}

.blue2bg {
    background-color: #3498db;
}

.orangebg {
    background-color: #EB9532;
}

.blue1bg {
    background-color: #2980b9;
}

.yellowbg {
    background-color: #8F8008;
}

.darkbluebg {
    background-color: #003171;
}

.violetbg {
    background-color: #8E44AD;
}

.darkgreybg {
    background-color: #333333;
}

.whitebg {
    background-color: #FFFFFF;
}

.greenbg {
    background-color: #019875;
}

.tiers {
    padding: 5px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.greybg {
    background-color: #999999;
}

.lightgreybg {
    background-color: #FFF;
    padding: 5px;
    margin-bottom: 10px;
}

/* Directory Colors */
.Issuers {
    background-color: #1BA39C;
}

.Sellside {
    background-color: #4183D7;
}

.Buyside {
    background-color: #87D37C;
}

.Media {
    background-color: #59ABE3;
}

.PR {
    background-color: #2ECC71;
}

.SP {
    background-color: #00518C;
}

.Compliance {
    background-color: #E74C3C;
}

.IACinputs {
    display: inline;
    padding: 5px 15px 5px 0;
}

.CF {
    background-color: #F89406;
}

.IT {
    background-color: #E87E04;
}

.Admin {
    background-color: #D64541;
}

.Marketing {
    background-color: #D35400;
}

.Others {
    background-color: #1E824C;
}

.Othersi {
    background-color: #C0392B;
}

.Issuers_text {
    color: #1BA39C;
}

.Sellside_text {
    color: #4183D7;
}

.Buyside_text {
    color: #87D37C;
}

.Media_text {
    color: #59ABE3;
}

.PR_text {
    color: #2ECC71;
}

.SP_text {
    color: #00518C;
}

.Compliance_text {
    color: #E74C3C;
}

.IACinputs_text {
    display: inline;
    padding: 5px 15px 5px 0;
}

.CF_text {
    color: #F89406;
}

.IT_text {
    color: #E87E04;
}

.Admin_text {
    color: #D64541;
}

.Marketing_text {
    color: #D35400;
}

.Others_text {
    color: #1E824C;
}

.Othersi_text {
    color: #C0392B;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    font-weight: 500;
}

/* Directory Colors Ends */
/* Header Colors */
.blueheader {
    background-color: #00518C;
}

.directoryheader {
    background-color: #16a085;
}

.activityheader {
    background-color: #CC9900;
}

.appsheader {
    background-color: #2FC3DF;
}

.notificationheader {
    background-color: #9b59b6;
}

.settingheader {
    background-color: #7f8c8d;
}

.reportsheader {
    background-color: #990000;
}

.intelliheader {
    background-color: #FF9933;
}

/* Header Colors Ends*/

/* Color Style Ends */

/* Utility Classes Starts*/
.topmargin {
    margin-top: 10px;
}

.mediumtopmargin {
    margin-top: 20px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.middletopmargin {
    margin-top: 25px;
}

.bigtopmargin {
    margin-top: 50px;
}

.rightmargin {
    margin-right: 20px;
}

.leftpadding {
    padding-left: 10px;
}

.tdpadding {
    text-indent: 2em;
}

.has-feedback .form-control {
    padding-left: 40px;
    font-size: 16px;
}

.leftpadding1 {
    padding-left: 20px;
}

.toppadding {
    padding-top: 10px;
}

.rightpadding {
    padding-right: 10px;
}

.paddingbig {
    padding: 5px 15px 5px 15px;
}

.bottompadding {
    padding-bottom: 15px;
}

.panelheight {
    min-height: 240px;
}

.panelheightbig {
    min-height: 285px;
}

.bottomdiv {
    clear: both;
    padding-top: 15px;
    position: absolute;
    display: block;
    bottom: 30px;
    right: 30px;
    font-size: 0.9em;
}
.bottomdivleft {
    clear: both;
    display: block;
    font-size: 0.9em;
}
.subnav {
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    min-height: 55px;
    padding: 8px 20px 0px 20px;
    margin-top: 59px;
}

.mainbody {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 90px 20px 20px 20px;
}

.mainbody1 {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.mainbody h4 {
    font-size: 36px;
    font-weight: 200;
}

.bottomdiv1 {
    padding-left: 10px;
    clear: both;
    display: block;
}


.panel-body {
    overflow: hidden;
}

.itemgroup {
    padding: 5px 15px;
}

.legend ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.greenbullet {
    background-image: url(../img/green_bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

.brownbullet {
    background-image: url(../img/brown_bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

.bluebullet {
    background-image: url(../img/blue_bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

.btext {
    display: inline;
    font-weight: bold;
}

.socialchart {
    background: url(../img/Intelli-chart.png) no-repeat;
    width: 224px;
    height: 224px;
    margin: 0 auto;
}

.syncpopup {
    line-height: 20px;
}

.form-horizontal {
    padding-top: 6px;
}

.legend ul li {
    padding-right: 30px;
    padding-left: 25px;
    line-height: 2em;
}

.charts {
    padding-bottom: 0.6em;
}

.modal-lg {
    width: 992px;
}

.withoutborder {
    border: none;
}

/* Utility Classes Ends*/

/* Common Styles */

html {
    height: 100%; /* The html and body elements cannot have any padding or margin. */
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
   
}

#userinfo li {
    padding: 0px;
    margin: 0px;
    font-size: 1em;
    line-height: 3em;
    list-style-type: none;
}

.analysiscontrols {
    width: 100%;
    display: inline-block;
    background-color: #F0FAFF;
    padding: 10px;
    position: relative;
    top: -5px;
}

#userinfo li:hover {
    color: orange;
}

#userinfo li.active {
    font-weight: 600;
    color: orange;
}

.rightborder {
    border-right: 1px solid #cecece;
}

.rectangle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    position: relative;
    line-height: 2em;
    width: 3%;
    padding-bottom: 3%;
    overflow: hidden;
    border: 1px solid red;
}

#userinfo ol {
    padding: 10px;
}

a.moremails:link {
    color: #428bca;
    font-size: 12px;
    padding-left: 10px;
    text-decoration: underline;
}

.morefilters {
    padding-top: 44px;
    padding-right: 25px;
}

.navbar-default {
    border-width: 0;
    z-index: 1005;
    padding-left:15px;
    padding-right:15px;
    border-radius: 0;
}

.nav-tabs > li > a {
    color: #555;
}

.nav-tabs > li > a:hover {
    color: #428bca;
}

.navbarlogo {
    background: url(../img/logo.png) no-repeat;
    background-size: 175px 57px;
    width: 175px;
    height: 57px;
}

.formbox {
    padding: 15px 30px 15px 30px;
    height: auto;
    max-width: 350px;
}

.loginlogo {
    height: 65px;
    margin-bottom: 25px;
}

#canvas {
    padding-left: 15px;
    margin: 0 auto;
}

.vcenter {
    top: 20%;
    height: auto;
}

.loginformbabel {
    padding-top: 10px;
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
}

.forgotpass {
    font-size: 13px;
    display: block;
    text-align: center;
    color: #fff;
}

.forgotpass:hover {
    color: orange;
    cursor: pointer;
}

.loginbtn-primary {
    margin-top: 25px;
    color: #fff;
    background-color: #00518C;
    border: 0;
}

.loginbtn-primary:hover {
    color: #fff;
    background-color: orange;
}

.withlogo::before {
    content: url(../img/virtuabullet.png) no-repeat;
    width: 17px;
    height: 18px;
    padding-right: 5px;
}

.withorangelogo::before {
    content: url(../img/orangebullet.png) no-repeat;
    width: 17px;
    height: 18px;
    padding-right: 5px;
}

.lgmodal {
    width: 800px;
    display: block;
    margin-left: -38%;
    min-height: 375px;
}

.searchbox {
    position: relative;
    padding: 5px;
    text-align: center;
    margin-top: 12px;
    display: block;
    width: 155%;
    height: 30px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: white url(../img/search.png) no-repeat;
    background-position: 98% 42%;
    opacity: 0.6;
    color: grey;
}

.iacsearchbox {
    border: 1px solid grey;
    position: relative;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
    display: block;
    width: 60%;
    height: 35px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: white url(../img/search.png) no-repeat;
    background-position: 98% 42%;
    color: grey;
    float: right;
}

#contactusbutton {
    margin-top: 17px;
    margin-left: 25px;
}

#IACsearchbox {
    margin-top: 17px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li:hover > a {
    border: 0 solid #4285f4;
    background-color: transparent;
}

.navbar-default .dropdown-menu {
    background-color: #ffffff;
}

.navbar-default .dropdown-menu li > a {
    padding-left: 30px;
}

.directoryicon {
    background-image: url(../img/phonebook.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 45px;
}

.rightmenu {
    left: -117px;
}

.rightmenu1 {
    left: -154px;
}

.rightmenu2 {
    left: -176px;
}

.virtuaicon16 {
    background-image: url(../img/virtua16.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 28px;
    margin-right: 10px;
}

.virtuaorange16 {
    background-image: url(../img/virtuaorange.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 28px;
    margin-right: 10px;
}

.userimage {
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}

.taskevent {
    font-size: 16px;
    height: 29px;
}

.header {
    border-width: 0;
}

.header .navbar-collapse {
    background-color: #ffffff;
}

.well {
    border-radius: 5px;
}

.form-control {
    border-color: #d7d7d7;
    padding: 6px 7px;
    font-size: 13px;
    /*color: #cecece;*/
}

.greybutton {
    border: 1px solid #cecece;
    color: #666666;
}

#iac {
    background-color: #4285f4;
    border: 1px solid #3F85F4;
    color: #FFFFFF;
    border-radius: 3px;
}

#IACinputsgroup {
    margin-top: 15px;
    float: right
}

#signinbutton {
    background-color: blue;
}

.btn-plus {
    background-color: #ffffff;
    border-width: 1px;
    border-color: #dddddd;
    box-shadow: 1px 1px 0 #999999;
    border-radius: 3px;
    color: #666666;
    text-shadow: 0 0 1px #bbbbbb;
}

.panel {
    border-color: #d2d2d2;
}

.seperator {
    border-top: 1px solid #cecece;
    width: 105%;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    left: -15px;
}

.btn-success, .label-success, .progress-bar-success {
    background-color: #65b045;
}

.btn-info, .label-info, .progress-bar-info {
    background-color: #a0c3ff;
    border-color: #a0c3ff;
}

.btn-danger, .label-danger, .progress-bar-danger {
    background-color: #dd4b39;
}

.btn-warning, .label-warning, .progress-bar-warning {
    background-color: #f4b400;
    color: #444444;
}

.form-control#Email {
    border: 1px solid red;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #2FC3DF;
}

/* Directory Page Styles */
.userinfo {
    line-height: 2.2em;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.formcontainer{
    font-weight:400;
    display:block;
    width:100%;
    overflow: hidden;
}
.formcontainer label{
font-weight:400;
}
.formcontainer .checkbox input[type=checkbox],.radio input[type=radio]  {
    position: relative;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 0;
}
.formcontainer .radio, .checkbox  {
    margin-top: 3px;
}
.issuertag {
    background-image: url(../img/issuer.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.sptag {
    width: 140px;
    height: 20px;
    background-repeat: no-repeat;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-21deg);
    position: relative;
    color: white;
    float: left;
    text-align: left;
    padding-left: 12px;
    left: -25px;
    top: -10px;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 700;
}

.peertag {
    background-image: url(../img/peer.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.note {
    font-size: 0.9em;
    line-height: 1.5em;
    color: #999999;
}

.internaltag {
    background-image: url(../img/internal.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

option {
    font-weight: normal;
    display: block;
    padding: 5px 2px 5px;
    white-space: pre;
    min-height: 1.2em;
    line-height: 2em;
}

.sellsidetag {
    background-image: url(../img/sell_side.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.buysidetag {
    background-image: url(../img/buy_side.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.mediatag {
    background-image: url(../img/media.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.otherstag {
    background-image: url(../img/others.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.icons {
    background-image: url(../img/excel.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 90px;
    height: 24px;
    float: right;
}

.toppanel {
    position: relative;
    left: -93px;
    font-size: 18px;
    padding-top: 10px;
}

.topborder {
    border-top: 2px solid #ddd;
}

.bottomborder {
    border-bottom: 2px solid #ddd;
}

.rating {
    margin-top: 10px;
    display: inline;
    font-size: 1.8em;
    font-weight: 500;
    padding-right: 5px;
}

.rank1, .rank2, .rank3 {
    font-family: "Glyphicons Halflings";
    float: right;
    font-size: 1em;
    display: inline-block;
    position: relative;
    bottom: 25px;
    right: -5px;
    color: #DAA520;
    background: -webkit-linear-gradient(#fdbd03, #fdbd03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rank3:before {
    content: "\e006";
}

.rank2:before {
    content: "\e006\e006";
}

.rank1:before {
    content: "\e006\e006\e006";
}

.tier1, .tier2, .tier3 {
    font-family: "Glyphicons Halflings";
    font-size: 0.8em;
    display: inline-block;
    color: #DAA520;
    padding-left: 1px;
    margin-right: 2px;
}

.tier3:before {
    content: "\e006";
}

.tier2:before {
    content: "\e006\e006";
}

.tier1:before {
    content: "\e006\e006\e006";
}

.radio-inlinedir {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inlinedir:first-child {
    padding-left: 0;
}

.radio-inlinedir input[type="checkbox"] {
    margin-right: 2px;
}

.nopadding {
    padding-right: 0;
    padding-left: 0;
}

.noverticalpadding {
    padding-top: 0;
}
.textcenter {
    text-align:center;
}

.leftfeed {
    color: #999999;
}

.table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.95em;
}

.main.table > tbody > tr > td:first-child {
    padding-left: 30px;
}
.main.table > thead > tr > th:first-child {
    padding-left: 30px;
}

.table > tbody > tr > td, .table > tfoot > tr:last-child {
    border-bottom: 1px solid #ddd;
}

#liststyle {
    font-size: 13px;
    line-height: 160%;
}

.pagination {
    margin: 0;
}

.borderbox {
    padding: 5px;
    min-height: 60px;
    font-size: 14px;
    margin-bottom: 15px;
}

.contactsbox {
    text-align: left;
    width: 48%;
    margin-bottom: 6px;
    float: left;
    margin-right: 4px;
    display: block;
}

.contactsbox:hover {
    background-color: #CECECE;
    cursor: pointer;
}

.innercontactsbox {
    height: 25px;
    margin: 5px;
    line-height: 15px;
    text-align: left;
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
    color: white;
    opacity: 50%;
}

.innercontactsbox input[type=checkbox] {
    float: right;
    margin: 2px 0 0;
}

.contactsbox a {
    border: 2px solid #333333;
    background-color: #999999;
    color: white;
}

#internalcontacts, #internalcontacts-2 {
    background: none;
    border: none;
    text-align: center;
    color: #00518C;
    float: left;
    padding-bottom: 5px;
}

#internalcontacts, #internalcontacts-1 {
    padding-top: 10px;
}

#internalcontacts:hover, #internalcontacts-1:hover, #internalcontacts-2:hover, #internalcontacts-3:hover, #internalcontact:hover, #internalcontact1:hover {
    cursor: pointer;
}

#internalcontacts-1, #internalcontacts-3 {
    background: none;
    border: none;
    text-align: center;
    color: #00518C;
    display: none;
    float: left;
    padding-bottom: 5px;
}

#internalcontact {
    background: none;
    border: none;
    text-align: center;
    color: #00518C;
    float: left;
    padding-bottom: 15px;
}

#internalcontact1 {
    background: none;
    border: none;
    text-align: center;
    color: #00518C;
    display: none;
    float: left;
    padding-bottom: 15px;
}

.Tierbox {
    position: relative;
    left: -29px;
    display: block;
    width: 127%;
    min-height: 30px;
    background-color: #F5F5F5;
    color: #00518C;
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #ddd;;
}

#kelv, #kelva {
    display: none;
    clear: both;
}

#kelv-1 {
    clear: both;
}

.contacta {
    clear: both;
    display: block;
    width: 100%;
    padding-left: 20px;
    font-weight: normal;
}

.contacta label {
    display: block;
    font-weight: 400;
}

.contacta input[type="radio"] {
    margin-right: 10px;
}

.feedsmainbox {
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    background-color: #F5F5F5;
    padding: 5px;
    margin: 10px 0 10px 0;
}

.feedsmainbox:first-child {
    margin-top: 20px;
}

.feedbox {
    width: 90%;
    padding-left: 15px;
    display: inline-block;
    color: #999999;
    min-height: 60px;
}

.feedbox h5 {
    color: brown;
}

.date {
    color: #cecece;
}

.chartbar {
    margin-top: 4px;
    height: 10px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    float: left;
}

.profilephoto {
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.photo1 {
    background-image: url(../img/profile-1.png);
}

.photo2 {
    background-image: url(../img/profile-2.png);
}

.photo3 {
    background-image: url(../img/profile-3.png);
}

.photo4 {
    background-image: url(../img/profile-4.png);
}

.green {
    background-color: #1abc9c;
}

.blue {
    background-color: #3498db;
}

.orange {
    background-color: #e67e22;
}

/* Directory Page Styles Ends */

hr {
    border-color: #ececec;
}

button {
    outline: 0;
}

.dropdown-menu #landingmenu ul li {
    line-height: 80px;
}

textarea {
    resize: none;
    outline: 0;
}

.paddingblank {
    padding-top: 20px;
}

.iconbox {
    width: 24px;
    height: 24px;
    border: 1px solid #3F85F4;
    display: inline-block;
    margin: 5px;
    margin-right: 15px;
    text-align: center;
    font-size: 13px;
    color: #00518C;
}

.panel .panel-thumbnail {
    padding: 0;
}

#user {
    padding-top: 4px;
    font-size: 2em;
    color: #FFFFFF;
}

.appmenu {
    margin-top: 5px;
    font-size: 2em;
    color: #ffffff;
}

.appmenu:hover {
    color: #33CCFF;
    background-color: #3F85F4;
}

.btn .caret {
    margin-left: 4px;
    margin-top: 7px;
    vertical-align: top;
}

.panel .img-circle {
    width: 50px;
    height: 50px;
}

.panel-body ul li a {
    color: #333;
}

.white {
    color: white;
}

.whiteborder {
    border: 1px solid #FFFFFF;
}

.panel-default > .panel-heading {
    height: 50px;
    overflow: hidden;
}

.panel-heading h4 {
    padding-bottom: 0;
    margin-bottom: 0;
}

ul {
    padding: 0;
}

#notification > li > a {
    padding: 10px 10px;
}

#notification > li.active > a {
    color: #428bca;
    font-weight: 500;
    text-align: center;
}

.list-group-item {
    border-radius: 0;
    border: 0;
}

#red {
    color: #800000;
}

.list-group-item span {
    padding-right: 10px;
    color: #00518C;
    padding-top: 2px;
}

.list-group-item .fa {
    font-size: 0.7em;
    padding-right: 9px;
    color: #00518C;
}

.list-group-item span:hover {
    color: #800000;
}

.list-group-item:hover {
    color: #800000;
}

.orangetext {
    color: #F87431;
}


.menuicon {
    padding-right: 10px;
    color: #3F85F4;
    font-size: 16px;
    line-height: 30px;
}
.menuicon1 {
    color: #3F85F4;
    font-size: 16px;
}


.bottomicon {
    padding-right: 10px;
    color: #3F85F4;
    font-size: 16px;
    display:inline-block;
}

.panelheadingicon {
    padding-right: 10px;
    font-size: 16px;
    color: #3F85F4;
}

h3, h4, {
    padding-bottom: 10px;
}

.hmenu {
    padding-top: 7px;
    color: white;
    font-size: 2.5em;
    margin-right: 10px;
    float: left
}

.hmenu:hover {
    color: orange;
}

.bcrumb {
    padding-top: 22px;
    font-size: 15px;
    color: white;
    font-weight: 500;
}

/*.modal-dialog {
    width: 450px;
}*/

.dropdown-menu {
    font-size: 13px;
    border-color: #f0f0f0;
    border-radius: 0;
}

#formdropdownMenu {
    top: 82%;
    left: 82px;
}

#formdropdownMenu1 {
    top: 93%;
    left: 56px;
}

#demolist li {
    display: block;
    width: 100%;
}

#main {
    padding-top: 70px;
}

#accordiondiv ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    line-height: 36px;
}

.labelblock {
    display: block;
}

.lchkbox {
    display: block;
    margin-bottom: 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body.li {
    color: #2980B9;
}

.navbar-header h3 {
    display: inline;
}

.navbar-brand {
    padding: 0;
}

.heading {
    font-size: 27px;
    color: #666666;
    text-align: center;
    padding-top: 16px;
}

#search {
    padding-top: 10px;
}

.spacerdiv {
    padding: 5px;
    display: block;
    height: 10px;
    width: 95%;
}

.xbrlbox {
    background-repeat: no-repeat;
    padding-top: 20px;
    background-color: #E6E6E6;
    width: 100%;
    height: 91px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.tickerbox {
    width: 100%;
    text-align: center;
    position: absolute;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #F1F1F1;
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #2980B9;
}

.xbrlbox:hover {
    background-color: #2980B9;
    color: #fff;
}

.xbrlbox:hover > .tickerbox {
    background-color: #2980B9;
    color: #fff;
}

.xbrl {
    background-image: url("../img/u120_normal.png");
    color: #FF6600;
}

.iac {
    background-image: url("../img/u122_normal.png");
    color: #2980B9;
}

.navbar-form .input-group > .form-control {
    max-width: 250px;
}

.LoadMore {
    padding-top: 5px;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 96%;
    background: #F5F5F5 no-repeat;
    height: 35px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    float: left;
    position: relative;
    color: #666666;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

/*----- Disclaimer Styles----*/
.pop_up5 li {
    text-align: justify;
    padding-bottom: 1em;
    padding-right: 2em;
    list-style-position: outside;
    line-height: 1.5em;
    color: #666666;
    font-size: 14px;
}

.pop_up5 p {
    text-align: justify;
    padding-bottom: 1em;
    padding-right: 2em;
    line-height: 1.5em;
    color: #666666;
    font-size: 14px;
}

.pop_up5 h4 {
    padding-left: 2em;
}

/*----- Disclaimer Styles Ends----*/
.LoadMore:hover {
    background-color: #cecece;
    color: white;
}

#country {
    font-size: 18px;
    color: #2980B9;
    padding-top: 10px;
}

.companies {
    display: block;
    border: 1px solid black;
}

#searchbutton {
    background-color: #E0E0E0;
    border: 1px solid #cecece;
}

.btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #FFFFFF;
    background-color: #3F85F4;
}

.quickadd {
    padding-bottom: 20px;
    display: block;
}

.quickaddbig {
    padding: 2px;
    display: block;
    width: 19%;
    float: left;
}

.quickaddbutton {
    display: block;
    color: #3F85F4;
    width: 5%;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}

#topbardropdown {
    background-color: #FFFFFF;
    border: 0;
    left: -134px;
}

#usermenu {
    height: 57px;
    border: 0;
}

.dropdown-menu > li > a {
    display: inline-flex;
    white-space: nowrap;
    line-height: 2.3;
    width: 100%;
}

.fbtn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.hlinks {
    color: #33CCFF;
}

#subnav {
    position: fixed;
    width: 100%;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto 0;
}

/* Set the fixed height of the footer here */
#footer {
    height: 60px;
}

#footer {
    background-color: #f5f5f5;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    bottom: 0;
    width: 100%;
}

/* Footer Ends */
@media all and (max-width: 1024px) {
    .navbar-form .input-group > .form-control {
        width: 300px;
    }

    .contactsbox {
        width: 95%;
    }

    .sccform {
        margin-left: 0;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
    -webkit-font-smoothing: subpixel-antialiased

;
}

@media all and (max-width: 768px) {
    #subnav {
        padding-top: 6px;
    }

    .navbar-form .input-group > .form-control {
        width: auto;
    }

    .navbarlogo {
        background: url(../img/orange-logo.png) no-repeat;
        background-size: 45px 45px;
        background-position: 0px 10px;
        width: 55px;
        height: 55px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: orange;
    }

    #hidethistablet {
        display: none;
    }

    .searchbox {
        width: 50%;
    }

    .contactsbox {
        width: 32%;
    }

    .radio-inline, .checkbox-inline {
        font-size: 13px;
    }

    .heading {
        margin-top: 10px;
        font-size: 20px;
        color: #666666;
        text-align: center;
        padding-top: 10px;
    }

    .col-xs-2 #userinfo {
        display: none;
    }

    .searchbox {
        width: 100%;
    }

    .bcrumb {
        display: none;
    }

    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 480px) {
    #searchdiv {
        display: none;
        float: left;
    }

    .filter {
        display: block;
        float: left;
        padding-5px;
        width: 100%;
    }

    .IACinputs {
        display: block;
    }

    .vcenter {
        top: 5%;
    }

    #IACinputsgroup {
        padding-left: 25px;
        float: left;
    }

    .contactsbox {
        width: 48%;
    }

    .hidethisphone {
        display: none
    }

}



