/* PRICING */
.bg_display {
    background-color: #F5F5F5;
    padding: 5px;
    z-index: 2;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.res_op {
    padding-top: 10px;
    height: 60px;
    text-align: right;
}
.img_small {
    height: 50px;
}
.img_300 {
    width: 300px;
}

/* NEW DESIGN COLORS */
.logo_square {
    color: #fff;
    background-color: #4B7227;
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 20px;
    padding-right: 10px;
}
.bg_nav_color {
    background-color: #4B7227;
    color: #FFF;
}


.bg_color_menu {
    border-top: 3px solid #4B7227;
}

/* VIDEOS */

.video_small:after, .video_medium:after {
    background: url("http://63squares.com/assets/images/youtube_play.png") no-repeat scroll center center transparent;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video_small {
    background-size: cover !important;
    clear: both;
    display: block;
    height: 134px;
    position: relative;
    width: 240px;
    cursor: pointer;
    overflow: hidden;
}
.video_medium {
    background-size: cover !important;
    clear: both;
    display: block;
    height: 168px;
    position: relative;
    width: 300px;
    cursor: pointer;
    overflow: hidden;
}

/* NEW DESIGN */

.img_logo {
    height: 20px;
    width: 80px;
}

.bg_footer_text a:link, .bg_footer a:visited, .bg_footer a:hover, .bg_footer a:active {
    color: #eee;
    text-decoration: underline;
}
.margin0 {
    margin: 0px;
}

.padding70 {
    padding-top: 30px;
}

.yellow {
    font-weight: bold;
    color: #FF9900;
}

/* STEPS */

.board{
    /*width: 75%;*/
    margin: 0px auto;
    /*height: 500px;*/
    background: #FAFAFA;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    /*margin: 20px auto;*/
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #673ab7;/*  url("../images/bg.png");*/
    border-bottom: 1px solid #ccc;
    /*background-size: 30%;*/
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ccc;
    position: absolute;
    width: 70%; /* FIXME: To change the number of steps */
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.liner-20 {
    width: 80%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #f36c60; 
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    /*background: white;*/
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    background: #FAFAFA !important;
    border: 2px solid #ccc;
    color: #ccc; 
}

.nav-tabs > li.active > a span.round-tabs {
    color: #673ab7;
    border: 2px solid #673ab7;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs > li {
    width: 33%; /* FIXME: To change the number of steps */
}
.nav-tabs-20 > li {
    width: 20%; /* FIXME: To change the number of steps */
}
.nav-tabs-25 > li {
    width: 25%; /* FIXME: To change the number of steps */
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ccc;
    transition:0.1s ease-in-out;

}
li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ccc;

}
.nav-tabs > li a{
    width: 70px;
    height: 70px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-pane{
    position: relative;
    /*padding-top: 50px;*/
}
.tab-content .head{
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.break_pad {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    /*position: absolute;*/
    /*left: 0;*/
    text-align: center;
    font-size: 25px;
    background: #fff !important;
    border: 2px solid #666;
    color: #666;
}

/* ICONS INSIDE FIELDS */

.inner-addon { 
    position: relative; 
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 15px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input, .left-addon textarea  { padding-left:  40px; }
.right-addon input, .right-addon textarea { padding-right: 40px; }

/* LABEL COLORS */
.label-critical {
    background-color: #FF0000;
}

.label-urgent {
    background-color: #CC0000;
}

.label-very-important {
    background-color: #FF6600;
}

.label-important {
    background-color: #FF9900;
}

.label-medium {
    background-color: #FFCC00;
}

.label-low {
    background-color: #99CC00;
}

.label-nice-to-have {
    background-color: #00CC00;
}

.label-on-hold {
    background-color: #999999;
}

.bg_green {
    background-color: #fde0dc;
    border-left: 5px solid #b0120a;
}

.font_scratch {
    text-decoration:line-through;
}

/* calendar */
table.cal { 
    border-left:1px solid #999;
    width: 100%;
}
tr.calendar-row	{  }
td.calendar-day	{ 
    min-height:80px; 
    font-size:11px; 
    position:relative; 
    vertical-align: top;
    width: 14%;
} 
* html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { 
    background:#ccc; 
    font-weight:bold; 
    text-align:center; 
    /*width:120px;*/ 
    padding:5px; 
    border-bottom:1px solid #999; 
    border-top:1px solid #999; 
    border-right:1px solid #999; 
}
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }

.dropdown-menu-inline > li {
    display: inline-block;
    float:left;
}
.color_square {
    margin: 5px;
}
.color_square a {
    width: 20px;
    height: 34px;
}

.hide_list {
    list-style-type: none;
    padding:0; 
    margin:0;
}
.draggable {
    cursor: all-scroll;
}

span.large_icon{
    /*width: 70px;*/
    /*height: 70px;*/
    /*line-height: 70px;*/
    display: inline-block;
    text-align: center;
    font-size: 25px;
    color: #ccc;
}

.main {
    width:100%;
}

/* the wrapper element that will become the outer circle */
.arrow-wrap {
    position:absolute;
    z-index:1;
    left:50%;
    margin-left:-5em;
    background:#3f51b5;
    width:10em;
    height:10em;
    padding:4em 2em;
    border-radius:50%;
    font-size:0.5em;
    display:block;
    box-shadow:0px 0px 5px 0px #3f51b5;
    bottom: 20px;
}

/* a triangle to make the main part of the arrow. Adjust the border-color to fit your needs */
.arrow {
    float:left;
    position:relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform:rotate(360deg);/* added for better anti-aliasing on webkit browsers */
}

/* a pseudo element arrow placed on top of the other one with the same color as the wrapper */
.arrow:after {
    content:'';
    position:absolute;
    top:-3.2em;
    left:-3em;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #3f51b5 transparent transparent transparent;
    -webkit-transform:rotate(360deg);/* added for better anti-aliasing on webkit browsers */
}

@media( max-width : 585px ){

    span.round-tabs {
        font-size:16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
    }
    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height:50px;
    }

    li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .padding70 {
        padding-top: 50px;
    }
    .nav-tabs > li a{
        margin: 20px auto;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .padding70 {
        padding-top: 70px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}
