﻿
.content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
}

.main-content {
    padding-left: 5px;
    padding-top: 65px;
}
.content-wrapper {
    margin: 0 auto;
    max-width: 1000px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.login-btn {
    border: 1px #ED2E7C solid !important;
    background-color: white;
    font-size: 12px;
    color: #ED2E7C;

    padding: 7px;
    margin-right: 8px;
    width: auto;
    height: auto;
}

.login-btn:hover, .login-btn::selection {
    background-color: white;
    color: #ED2E7C;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

body {
    font-size: 12px;
    font-family: "Open Sans", Sans-Serif;
}

.main-content {
        background-position: 10px 0;
    }

  .dspportalLoginInput {
        width: 90%;
    }
   .dspportalLogininput,  .dspportalLogintextarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 12px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

  .dart-footer {
    color: #4E5766;
    padding: 5px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    border-top: 1px solid #4E5766;
    width: 100%;
    margin-top: 200px;
}

  .dartimage 
  {
      /*margin: 0 6px 10px;
      top: -58px*/

      /*height: 157px;*/
    position: relative;
    left: 14px;
    /*top: -58px;*/
  }

  .routeListView {
    max-height: 300px;
    overflow-x: scroll;
    overflow-y: scroll;
    max-width: 300px;
    border-radius: 0px;
    border-color: rgb(169, 169, 169);
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    
}

  .logout {
    color: white!important;
    padding-top:5px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
     text-decoration: none;
   
}
.text-dart {
    color: #ED2E7C;
}
.text-uppercase {
    text-transform: uppercase;
}

 .header-row {
    height: 25px;
    background-color: #222;
    border-color: #080808;
    margin-top:25px;
}

 .redirectmodalBackground
{
	 background-color: #CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
}

 .redirectmodalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	padding: 3px;
	width: 300px;
	top: 100px;
}

 .dspportalManager-btn {
    border: 1px #ED2E7C solid !important;
    height: 22px;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: white;
    font-size: 12px;
    color: #ED2E7C;
}

.dspportalManager-btn:hover, .dspportalManager-btn::selection {
    background-color: white;
    color: #ED2E7C;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    display: inline-block;
}

.tab .btn {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab .btn.active {
    background-color: #ccc;
}
