﻿.body{
    font-family:'Open sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.blockquote-dtf
{
	font-size:13px;
}

.blockquote-dtf p
{
  color: #777;
}

.bg-danger
{
	padding: 10px;
	color: red;
}

.excerpt-dtf
{
    color: #777;
}

/* DS 15/07/2016 : Workaround for modal footer button alignment */
.modal-footer .btn + .btn {
    margin-bottom: 5px;
    margin-left: 5px;
}

.login_content_input
{
  border-radius: 3px;
  -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  border: 1px solid #c8c8c8;
  color: #777;
  margin: 0 0 20px;
  width: 100%; }

.login_content 
{
  padding: 0px;
}

.img_login_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.img_menu_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.left_col {
  background: #FFFFFF; 
  border-right: 1px solid #D9DEE4; }

.nav_title
{
  background: #FFFFFF;
}

.form-horizontal .control-value 
{
  padding-top: 8px; 
}

.media-body, .media-left, .media-right
{
    display: inline;
}

.bg-gray {
  background: #777 !important;
  border: 1px solid #777 !important;
  color: #fff; }

.lg-icon{
  font-size: 1.2em;
}

.timeline .block {
    overflow: auto;
}
.block_detail {
    float: left;
    width: 40%;
}

.block_activity {
    float: left;
    width: 30%;
}

.block_checklist {
    float: left;
    width: 30%;
}

.activity_block {
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    padding-left: 10px;
    padding-right: 10px;
}

.activity_block .activity_header {
    border-bottom: 1px solid #DBDBDB;
    display: inline-block;
    width: 100%;
}

.activity_block h1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    float: left;
    margin: 5px;
}

.block_activity h1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    float: left;
    margin: 5px;
}

.activity_block .btn-add {
    float: right;
    margin-bottom: 2px;
}

.activity_item {
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 2px;
    display: inline-flex;
}

.activity_item .left {
    width: 10px;
    float: left;
    margin-right: 15px;
}

.activity_item .right {
    width: 95%;
    float: left;
}

.activity_item h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0 0px;
}

.activity_item h3 small {
    float: right;
    color: #adabab;
    font-size: 10px;
    line-height: 20px;
    margin-right: 5px;
}

.activity_item p {
    font-size: 10px;
    margin: 0px 0 2px;
}

.activity_item .badge {
    padding: 3px 6px;
    font-size: 8px;
    background: #BAB7B7;
}

.btn-group-dashboard {
    margin-left: 30px;

}

.team_header
{
    margin-left: 20px;
    position: relative;
    display: inline-block;
}

.checklist_block {
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    padding-left: 10px;
    padding-right: 10px;
}

.checklist_block h1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    float: left;
    margin: 5px;
}

.checklist_block .btn-add {
    float: right;
    margin-bottom: 2px;
}

.checklist_block .checklist_header {
    border-bottom: 1px solid #DBDBDB;
    display: inline-block;
    width: 100%;
}

ul.timeline li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    clear: both;
}

ul.checklist {
    padding: 0px;
}

ul.checklist li {
    border-radius: 3px;
    position: relative;
    margin-bottom: 2px;
    list-style: none;
}

ul.checklist p {
    margin: 0 0 2px;
    font-size: 10px;
}

ul.checklist .ignore-icon {
    float: right;
    font-size: 13px;
}

.dtftable {
    font-family: tahoma;
    font-size: 11px;
}

.dtftablesmall {
    font-size: 10px;
}

.dtfprogress{
    margin-bottom: 1px;
    height: 10px !important;
}

.dtfprogressbar{
    background-color: gray;
}

.dtfbadge{
    color: white !important;
}

.timeline .tag {
    padding: 3px;
    margin: 0px;
}

.taglab {
    margin-top: 5px;
}

.tagdiv{
    line-height: 1.2;
}

.dashboard_title{
    font-size: 12px;
}

.icon-1x {
    font-size: 1.05em;
    font-weight: 100;
    color: #716f6f;
}

.disabled.btn .icon-1x, [disabled].btn .icon-1x, fieldset[disabled] .btn .icon-1x {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
    color: gray !important;
}


.icon-1x:disabled {
    font-size: 1.05em;
    font-weight: 100;
    color: black;
}

.icon-2x {
    font-size: 2.0em;
    font-weight: 100;
    color: orange;
}

.icon-3x {
    font-size: 2.7em;
    font-weight: 100;
    color: orange;
}

.icon-bar{
    /*border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;*/
    padding: 10px 10px 20px 0;
    display: inline-block;
    width: 100%;
}

.icon-bar-group {
    display: inline-block;
    margin-right: 50px;
    vertical-align: top;
}

.icon-bar-group h5{
    font-weight: 100;
}

.btn-icon-bar {
    margin-top: 2px;
    background-color: white;
    height: 55px;
    min-width: 70px;
}

.btn-icon-bar.selected, .btn-icon-bar-m.selected{
	border: 2px solid orange;
}

.btn-icon-bar:hover, .btn-icon-bar-m:hover{
    background-color: white;
}

.btn-default.btn-icon-bar-m:focus{
    background-color: white;
}

.btn-default.btn-icon-bar:focus{
    border: 2px solid orange;
    background-color: white;
}

.panel-group-product
{
    margin-bottom:0 !important;
}

.panel-product
{
    /*border: none !important;*/
    box-shadow: none;
    margin-bottom:0 !important;
}

.panel-control{
    padding: 0 !important;
    height: 100%;
    position: relative;
    float: right;
    padding: 0 15px;
}

.panel-heading{
    background-color: #fff !important;
}

.welcome-grid {
  width: 100%;
  margin: 0 auto;
}

.welcome-grid .block{
    display: inline-block;
}

.welcome-grid .block-txt{
    display: inline-block;
    margin-left: 50px;
}


.welcome-grid img{
    height:150px;
    text-align: right;
}

.k-state-selected a{
    color: white;
}

.search-block
{
    width: 100%;
    padding: 50px;
}

.child_menu.nav li li a:hover, .child_menu.nav li li a.active {
    color: #444444 !important;
}

#dcr360img
{
    width: 220px;
}


.dtcversion {
    font-size: 20px;
}

.sk-cube-grid {
    width: 20px;
    height: 20px;
    margin: 0px auto;
    /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}
  .sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: darkorange;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
            animation-delay: 0.0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

.waiting-message{
    padding: 140px;
}

.waiting-message{
    padding: 140px;
}

.waiting-message-cube{
    display: inline-block;
    margin-left: 50px;
}

.waiting-message-text{
    padding-left: 20px;
    display: inline-block;
    font-size: 20px;
}

#rmpdiv.fullscreen{
    width: 100% !important; 
    height: 100% !important; 
    position: absolute !important; 
    top: 0 !important; 
    left: 0 !important;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
 }

.menu-fullscreen{
    z-index:0  !important;
}

.menu-normal{
    z-index:880 !important;
}

#btnFullScreen.fullscreen{
	border: 2px solid orange;
}

.roadmap-version{
    border-bottom: 2px solid lightgray;
    margin-left: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.roadmap-project {
    width: 47%;
    display: inline-block;
    border: 2px solid #eeeeee;
    margin: 10px;
}

.roadmap-project-header{
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 10px;
    overflow: hidden;
}

.roadmap-project-header .title{
    float: left;
    font-size: 10px;
}

.roadmap-project-header .rmp-date{
    font-size: 12px;
    float: right;
    margin-right: 10px;
}

.roadmap-project-header .rmp-date i{
    font-size: 14px;
}

.roadmap-project-detail{
    margin: 20px;
    padding: 20px;
}

.devswitch span{
    font-size: 12px;
    font-weight: 100;
    margin-left: 5px;
}

.flag-icon{
    height: 15px;
    margin:0px;
    padding: 0px;
}

.alert-col{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.synergy-project-col a{
    color: #777 !important;
}

.roadmap-modal-body{
    height: 700px;
}

#dcr360-table
{
    margin-left: 20px;
    margin-right: 20px;
}

.modal-title{
    /*display: inline;*/
}

.pwd-info{
    text-align: left;
}

.tile-center{
    text-align: center;
    margin: 20px;
}

.tile-center img{
    border: 1px solid darkorange;
    padding: 10px;
}

.tile-center h3{
    color: #777;
}

.tile-center a:hover{
    color: darkorange;
}

.tile-left{
    margin: 20px;
    display: inline-block;
}

.tile-left img{
    border: 1px solid darkorange;
    padding: 10px;
    max-height: 200px;
}

.tile-text{
    display: inline-block;
}


.tile-request{
  display: table;
  width: 100%;
}

.tile-request-middle {
  display: inline-block;
  vertical-align: middle;
}

.tile-request-inner {
    margin: 20px;
}


.devpage-header {
    height:150px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 150px;
}


.devpage-header-page{
    padding-top: 20px;
    margin-left: 340px;
}

.welcome-text{
    margin: 30px;
    font-size: 20px;
}


/*.nav-md .container.body .right_col {
    padding: 0 !important;
}*/

/*.nav-sm .container.body .right_col {
  padding: 0;
}*/

.nav_menu {
  margin-bottom: 0 !important;
}

.no-margin{
    padding: 0 !important;
}

/* TASKLIST */
/*======================================*/
.tasklist {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  padding: 10px;
}
.tasklist li {
  cursor: -webkit-grab;
  cursor: grab;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  border-width: 1px 1px 1px 3px;
  border-style: solid;
  border-color: transparent transparent transparent #b4b4b4;
  padding: 10px 15px 10px 15px;
  margin-bottom: 20px;
}
.tasklist li.ui-sortable-helper {
  cursor: -webkit-grabbing !important;
  cursor: grabbing;
}
.tasklist .task-img {
  margin-left: -15px;
  margin-right: -16px;
  margin-bottom: 15px;
}
.tasklist .task-img:first-child {
  margin-top: -10px;
}
.tasklist .task-info {
  border-left-color: #03a9f4;
}
.tasklist .task-success {
  border-left-color: #8bc34a;
}
.tasklist .task-warning {
  border-left-color: #ffb300;
}
.tasklist .task-danger {
  border-left-color: #f44336;
}
.tasklist .task-finished {
  border-left-color: transparent;
  background-color: #eeeeee;
}
.tasklist .task-urgent {
  background-color: #ffe0e0;
}
.tasklist .task-todo {
  background-color: #edf8e9;
}
.tasklist .task-footer {
  display: block;
  text-align: justify;
  font-size: 0;
}
.tasklist .task-footer:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.tasklist .task-footer > span {
  font-size: 13px;
}
.tasklist .task-placeholder {
  border: 1px dashed rgba(124, 124, 124, 0.5) !important;
  background-color: rgba(235, 235, 0, 0.35) !important;
  padding: 20px;
}

.list-group .list-group-item.selected{
	background-color: rgba(255, 106, 0, 0.73);
    border-color: rgba(255, 106, 0, 0.73);
	color: white
}

.list-group .list-group-item.selected .checkbox-slider--c input:checked + span:after, .list-group .list-group-item.selected .checkbox-slider--c-weight input:checked + span:after {
  background: grey;
  border: solid grey 2px;}

.list-group .list-group-item.selected .checkbox-slider--c input:checked + span:before, .list-group .list-group-item.selected .checkbox-slider--c-weight input:checked + span:before {
  background: grey; }

.badge-px
{
    margin: 0 0 0 5px;
    padding:3px;
    color: white;
    font-weight: 600;
    font-size: 8px;
}

.badge-p1
{
	background-color: red;
}

.badge-p2
{
	background-color: orange;
}

.badge-p3
{
	background-color: gray;
}


.bli-line
{
    display: inline-block;
    width: 100%;
    margin: 0;
}

.bli-creator
{
    color: #777777;
    font-weight: 400;
    font-size: 9px;
/*    float:right !important;
*/    opacity: 1 !important;
    position: static;
}

.bli-assignedto
{
    color: #AAAAAA;
    font-weight: 600;
    font-size: 9px;
}

.bli-expected-end-late
{
    color: red;
    font-weight: 300;
    font-size: 9px;
    float:right;
}

.bli-expected-end
{
    color: #777777;
    font-weight: 300;
    font-size: 9px;
    float:right;
}

.bli-title
{
    color: #333333;
    font-weight: 400;
    font-size: 13px;
    vertical-align: central;
}

.plus-one
{
    font-size: 10px;
    font-weight: 900;
}

.postpone-clock
{
    color: gray;
    font-size: 11px;
}

.tooltip_templates {
    display: none;
}

.task-footer
{
    background: none;
    height: 20px;
}

.global-search
{
    margin: 0px 10px 0px 20px;
    float: left;
    width: 600px;
}

.global-search-box
{
    margin-top: 15px;
    height:30px;
    width: 100%;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2)
}

.top_nav .navbar-right {
    width: auto !important;
}

.gsearch-result-item
{
    margin-left: 20px;
    margin-bottom: 10px;
}

.global-search-result
{
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    /*background-color: #ffb300;*/
    background-color: rgba(150, 150, 150, 0.05);
    padding: 10px 10px 40px 10px;
    margin: 0;
    
}

.gsearch-cat{
    margin-top: 20px;
}

.gsearch-cat-group{
    overflow: hidden;
    max-height: 200px;
}

.gsearch-title
{
    margin-left: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #5b5b96;
}

.gsearch-circle
{
    display:inline-block;
    height: 5px;
    width: 5px;
    vertical-align: bottom;
    margin-bottom: 6.5px;
    border-radius:50%;
    background:#777777
}

.gsearch-more{
    margin-left: 20px;
}

.gsearch-created
{
    display:inline-block;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 500;
    color: #888888;
}

.gsearch-infoline{
    line-height: 1;
}

.gsearch-synergy
{
    display:inline-block;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 500;
    color: #b70000;
}

.gsearch-devportal
{
    display:inline-block;
    font-size: 11px;
    font-weight: 500;
    color: #be6900
}

.global-search-category
{
    display:inline-block;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #333333;
}

.gsearch-found-item
{
    margin-left: 50px;
}

#global-search-close
{
    float: right;
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.08);
    width: 60px;
    height: 40px;
    
}

.btn-backlog {
  cursor:pointer;
  float: left;
 }

.btn-backlog-right {
  cursor:pointer;
  float: right;
 }

.label-backlog {
    float: right;
}

.label-item {
    float: right;
    border: 1px solid gray;
    margin-left: 2px;
    width: 18px;
    padding: 1px;
}

.label-item-left {
    border: 1px solid gray;
    margin-left: 2px;
    width: 25px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.tooltip-line{
    display: block;
}

.label-S1 {
    background-color: transparent;
    color: gray;
}

.label-S2 {
    background-color: gray;
    color: white;
}

.label-S3 {
    background-color: cornflowerblue;
    color: white;
}

.label-S4 {
    background-color: goldenrod;
    color: white;
}

.label-S5 {
    background-color: firebrick;
    color: white;
}

.label-S6 {
    background-color: darkseagreen;
    color: white;
}


.label-gray {
    background-color: lightgray;
}

.label-green {
    background-color: green;
}

.blink {
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 1200ms infinite; /* Safari and Chrome */
}

@keyframes blink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.step-151, .step-161 {
    color: #77B;
    font-weight: bold;
}

.step-130, .step-153, .step-155, .step-160 {
    color: #B77;
    font-weight: bold;
}



#loadingLog{
    margin-top: 0;
    margin-bottom: 20px;
}

.feature-box .feature-box-icon {
    color: #0088CC !important;
    font-size: 1.5rem;
}

.feature-item {
    border-top: 1px solid gray;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

.feature-item img {
    max-width: 100%;
}

.feature-item-brand {
    width: 30%;
    max-width: 100px;
}

.feature-item-content {
    width: 100%;
}

.feature-detail {
    padding-top: 5px;
    padding-bottom: 25px;
    display: flex;
}

.feature-detail-name {
    width: 30%;
    max-width: 300px;
}

.feature-detail-content {
    width: 100%;
}

/* Buttons */
.btn {
    font-size: 13px;
    padding: 8.528px 14.928px;
    padding: 0.533rem 0.933rem;
    cursor: pointer;
    line-height: normal;
}

.qastatus {
    color: #999;
}

.qacertified {
    color: #5A5;
}

.planned-date{
    font-size: 14px;
}


/*article {
    width: 815px;
    background-color: white;
    margin: 50px auto;
    padding: 5px 30px;
    border-radius: 15px;
}

article h1 {
    color: #3498db;
    padding-bottom: 15px;
    border-bottom: 1px dashed #bdc3c7;
}

article a, article span {
    color: #3498db;
    text-decoration: none;
}

article .buton {
    color: white;
    position: relative;
    font-size: 14px;
    left: 10px;
    top: -5px;
    background-color: #3498db;
    text-decoration: none;
    padding: 3px 6px;
}

article .buton:hover {
    background-color: #2980b9;
}
*/
.tooltips {
    position: relative;
    display: inline;
}

.tooltips tooltipspan {
    font: 300 12px 'Open Sans', sans-serif;
    position: absolute;
    color: black;
    background: white;
    border: 1px solid black;
    padding: 5px 10px;
    width: 200px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
}

.tooltips > tooltipspan img {
    max-width: 140px;
}

.tooltips[tooltip-position="top"] tooltipspan {
    margin-left: 10px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.tooltips[tooltip-position="bottom"] tooltipspan {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.tooltips[tooltip-position="left"] tooltipspan {
    margin-top: 30px;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.tooltips[tooltip-position="right"] tooltipspan {
    margin-top: 30px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.tooltips tooltipspan:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

.tooltips[tooltip-position="top"] tooltipspan:after {
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid black;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.tooltips[tooltip-position="bottom"] tooltipspan:after {
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-bottom: 8px solid black;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.tooltips[tooltip-position="left"] tooltipspan:after {
    top: 50%;
    left: 100%;
    margin-top: -8px;
    border-left: 8px solid black;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.tooltips[tooltip-position="right"] tooltipspan:after {
    top: 50%;
    right: 100%;
    margin-top: -8px;
    border-right: 8px solid black;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.tooltips:hover tooltipspan {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: alpha(opacity=100);
    transition-delay: 0.5s;
}

.tooltips[tooltip-position="top"]:hover tooltipspan {
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
}

.tooltips[tooltip-position="bottom"]:hover tooltipspan {
    top: 45px;
    left: 50%;
    margin-left: -120px;
}

.tooltips[tooltip-position="left"]:hover tooltipspan {
    right: 100%;
    top: 50%;
    margin-top: -15px;
    margin-right: 15px;
}

.tooltips[tooltip-position="right"]:hover tooltipspan {
    left: 100%;
    top: 50%;
    margin-top: -15px;
    margin-left: 15px;
}

.tooltips[tooltip-type="primary"] > tooltipspan {
    background-color: #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="top"] > tooltipspan:after {
    border-top: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="bottom"] > tooltipspan:after {
    border-bottom: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="left"] > tooltipspan:after {
    border-left: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="right"] > tooltipspan:after {
    border-right: 8px solid #2980b9;
}

.tooltips[tooltip-type="success"] > tooltipspan {
    background-color: #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="top"] > tooltipspan:after {
    border-top: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="bottom"] > tooltipspan:after {
    border-bottom: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="left"] > tooltipspan:after {
    border-left: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="right"] > tooltipspan:after {
    border-right: 8px solid #27ae60;
}

.tooltips[tooltip-type="warning"] > tooltipspan {
    background-color: #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="top"] > tooltipspan:after {
    border-top: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="bottom"] > tooltipspan:after {
    border-bottom: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="left"] > tooltipspan:after {
    border-left: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="right"] > tooltipspan:after {
    border-right: 8px solid #f39c12;
}

.tooltips[tooltip-type="danger"] > tooltipspan {
    background-color: #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="top"] > tooltipspan:after {
    border-top: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="bottom"] > tooltipspan:after {
    border-bottom: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="left"] > tooltipspan:after {
    border-left: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="right"] > tooltipspan:after {
    border-right: 8px solid #c0392b;
}
