@charset "UTF-8";
@font-face {
    font-family: "itc-custom-icons";
    src: url("../fonts/itc-custom-icons.eot");
    src: url("../fonts/itc-custom-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/itc-custom-icons.woff") format("woff"), url("../fonts/itc-custom-icons.ttf") format("truetype"), url("../fonts/itc-custom-icons.svg#itc-custom-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: "itc-custom-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    vertical-align: bottom;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "itc-custom-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    font-size: 20px;
    speak: none;
    vertical-align: bottom;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-sm-economic:before {
    content: "a";
}
.icon-sm-environment:before {
    content: "b";
}
.icon-sm-ethics:before {
    content: "c";
}
.icon-sm-quality:before {
    content: "d";
}
.icon-sm-social:before {
    content: "e";
}
/* ITC tools Brand header */
.brand-header {
    height: 125px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    background: #fff;
}
.brand-header h1 {
    background: url(../images/itc-logo.png) left center no-repeat;
    width: 159px;
    height: 125px;
    margin: 0;
    padding: 0;
    float: left;
}
.brand-header h2 {
    float: left;
    width: 75%;
    height: 85px;
    background: url(../images/standards-map-heading.png) 30px 10px no-repeat;
    font-size: 15px;
    font-weight: normal;
    margin: 20px 0 20px 0;
    padding: 40px 0 0 30px;
    border-left: 1px solid #cccccc;
    white-space: normal;
    text-transform: uppercase;
    color: #999;
}
@media (min-width: 992px) {
    .brand-header {
        background: #ffffff url(../images/SAI/FSAlogo.png) right top no-repeat;
        background-size: contain;
        height: 100px;
    }
}
@media (max-width: 991px) {
    .brand-header {
        background: url(../images/SAI/FSAlogo.png) right top no-repeat;
        background-size: contain;
        height: 50px;
    }
    .brand-header h1 {
        background: url(../images/itc-logo.png) left center no-repeat;
        background-size: 100%;
        width: 80px;
        height: 50px;
        margin: 0;
        padding: 0;
        padding-right: 25px;
        float: left;
    }
    .brand-header h2 {
        overflow: auto;
        position: relative;
        top: 0;
        left: 0;
        width: 75%;
        height: auto;
        /*			height: 35px;*/
        background: url(../images/standards-map-heading.png) 10px 12.5px no-repeat;
        background-size: 25%;
        font-size: 11px;
        font-weight: normal;
        margin: 5px 0 0 5px;
        padding: 22.727272727272727px 0 0 10px;
        border-left: 1px solid #cccccc;
        white-space: normal;
    }
}

.panel-default .panel-body {
    /*padding: 0;*/
}
.panel-default .panel-body iframe,
.panel-default .panel-body p {
    margin: 15px;
}
.panel .panel-heading {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.panel .panel-heading .panel-title {
    font-weight: bold;
    line-height: 20px;
}
.panel .panel-heading .panel-title small {
    margin-left: 0.5em;
    font-size: 14px;
    font-weight: bold;
}
.panel .panel-heading .panel-title small a {
    color: #69a6db;
}
.panel .panel-heading .panel-title small a:hover {
    color: #fff;
    text-decoration: none;
}
.panel .panel-body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.panel .panel-body .list-default {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}
.panel .panel-body .list-default > li {
    list-style-type: none;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #cadff2;
}
.panel .panel-body .list-default > li a {
    color: #002b54;
    padding: 10px 15px;
    display: block;
}
.panel .panel-body .list-default > li a:before {
    content: "\f04b";
    color: #3081c8 !important;
    display: inline-block;
    font-size: 9px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
}
.panel .panel-body .list-default > li a:hover,
.panel .panel-body .list-default > li a:focus {
    background: #d6e6f4;
    color: #002b54;
    text-decoration: none;
}
.panel .panel-body .list-default > li:last-child {
    border-bottom: none;
}
/*ITC*/


/*.fa-1x{*/
    /*font-size:0.8em;*/
/*}*/
/*.fa-2x{*/
    /*font-size:1em;*/
/*}*/
/*.fa-3x{*/
    /*font-size:1.2em;*/
/*}*/
/*.fa-4x{*/
    /*font-size:1.4em;*/
/*}*/
/*.fa-5x{*/
    /*font-size:1.6em;*/
/*}*/
/*.fa-6x{*/
    /*font-size:3.0em;*/
/*}*/
/*.fa-7x{*/
    /*font-size:3.5em;*/
/*}*/
/*.fa-8x{*/
    /*font-size:4.0em;*/
/*}*/
/*.fa-9x{*/
    /*font-size:5.0em;*/
/*}*/
/*.fa-10x{*/
    /*font-size:6.6em;*/
/*}*/

@font-face {
    font-family: "itc-custom-icons";
    src: url("../fonts/itc-custom-icons.eot");
    src: url("../fonts/itc-custom-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/itc-custom-icons.woff") format("woff"), url("../fonts/itc-custom-icons.ttf") format("truetype"), url("../fonts/itc-custom-icons.svg#itc-custom-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "itc-custom-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    vertical-align: bottom;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="itc-"]:before,
[class*=" itc-"]:before {
    font-family: "itc-custom-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    vertical-align: bottom;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.itc-economic:before {
    content: "a";
}
.itc-environment:before {
    content: "b";
}
.itc-ethics:before {
    content: "c";
}
.itc-quality:before {
    content: "d";
}
.itc-social:before {
    content: "e";
}

.itc-sum:before {
    content: "∑";
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .30);
    box-shadow: inset 0 0px 28px rgba(0, 0, 0, .30);
}


/*Radio buttons css*/
.toggle{

    left:-999em;position:absolute !important;
}

.selected
{
    background: #007299 !important;
    color:#fff !important;
}
.thumbswrapper li {
    list-style:none;
    display:inline-block;
}

.thumbswrapper ul{
    padding:0;
    margin:0;
    white-space:nowrap;
}

.thumbnail {
    height:90px;
    padding:2px;
}

.thumbsshell {
    /*background-color:#fff;*/
    width:100%;
    padding:10px;
    border-radius:8px;
    /*float:left;*/
}

.thumbswrapper {
    overflow-x: hidden;

    width:394px;
    height:113px;
    margin:20px auto;
}

.thumbwrapper {
    float:left;
    height:90px;
    padding-left: 2px;
}


.navbar-nav .language-selector {
    height: 100%;
}
.navbar-nav .language-selector ul {
    margin-top: 0px;
}
.navbar-nav .language-selector ul li {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .language-selector ul li.active a,
.navbar-nav .language-selector ul li:hover a {
    background: none !important;
}
.navbar-nav .language-selector ul li.active a span,
.navbar-nav .language-selector ul li:hover a span {
    background: #002b54;
}

.navbar-nav .language-selector ul li a {
    padding-left: 2px;
    padding-right: 2px;
}



/** blockquote styles**/

blockquote{
    width:95%;
    display:block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;

    /*Font*/
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;

    /*Borders - (Optional)*/
    border-left: 15px solid #c76c0c;
    border-right: 2px solid #c76c0c;

    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{

    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;

    /*Positioning*/
    position: absolute;
    left: 10px;
    top:5px;
}

blockquote::after{
    /*Reset to make sure*/
    content: "";
}

blockquote a{
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

blockquote p:hover{
    color: #666;
}

blockquote em{
    font-style: italic;
}



#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

/*Remove padding from bootstrap columns*/
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/*Center content of the col*/
.col-centered{
    float: none !important;
    margin: 0 auto;
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*<=validation summary styles>*/

.validation-summary-box {
    color: white;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: 100%;
}

.validation-summary-title {
}

.validation-summary-box ul {
    list-style: decimal;
}

.validation-summary-box li {
    color: #c93d3d;
    padding: 7px;
}

.validation-summary-title h4{
    font-size: 1.2em;
    margin-left:10px;
}

.summaryTitle h4 {
    font-size: 1.2em;
}

.summaryTitle {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #E8705B;
}

/*END <#validation summary styles>*/
.nav-pills>li.active>a:hover {
    border-bottom: 4px solid transparent;
    padding-bottom: 5px !important;

}

.nav-pills>li> a:hover {
    border-bottom: 4px solid #1abc9c;
    background-color: transparent !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: black !important;
    background-color: transparent !important;
    border-bottom: 4px solid #1abc9c !important;
    padding-bottom: 10px !important;
    margin-bottom:0px;

}

/*.accordion-toggle:focus{outline: none;}

.badge-danger {
  background-color: #d43f3a !important;
}
.badge-warning {
background-color: #d58512 !important;
}

.badge-success {
background-color: #398439 !important;
}

.badge-info {
background-color: #269abc !important;
}

.badge-inverse {
background-color: #333333 !important;
}*/


/*
#wizard-step-container {
  margin: 20px 0;
}

#wizard-content-container {
  margin: 20px 0;
}

#wizard-navigation-container {
  border-top: 1px solid #eee;
  margin: 20px 0;
  padding-top: 20px;
}
*/

/*MAIN STYLE*/
/*user profile*/
/*.profile {
  display: inline-block;
}
.profile h2 {
  margin-top: 0;
}
.profile .divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
figcaption.ratings {
  margin-top: 20px;
}
figcaption.ratings a {
  color: #f1c40f;
  font-size: 11px;
}
.emphasis {
  border-top: 4px solid transparent;
  padding-top: 15px;
}
.emphasis:hover {
  border-top: 4px solid #1abc9c;
}
.emphasis h2 {
  margin-bottom: 0;
}*/
/*user profile*/


/*panel stat*/
/*#sum_box .db {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#sum_box .icon {
  color: #999999;
  font-size: 55px;
  margin-top: 7px;
  margin-bottom: 0px;
  float: right;
}
#sum_box h4 {
  text-align: left;
  margin-top: 0px;
  font-size: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#sum_box h4 span:last-child {
  font-size: 25px;
}
#sum_box p.description {
  margin-top: 0px;
  opacity: .6;
}
#sum_box .db:hover {
  background: #40516f;
  color: #fff;
}
#sum_box .db:hover .icon {
  opacity: 1;
  color: #fff;
}
#sum_box .db:hover p.description {
  opacity: 1;
}*/
/*panel stat*/






.mbl,
.mvl,
.mal {
    margin-bottom: 20px !important;
}
#wrapper {
    width: 100%;
    min-height: 100%;
    background-color: #FFF;
}
#page-wrapper {
    min-height: 100%;
    padding: 0 !important;
    background-color: #f0f2f5;
    transition: 0.3s all linear;
}
.page-content {
    padding: 20px 20px 50px 20px;
    min-height: 700px;
}

/*to-do list:using in Reports list in Farmer Dasboard*/
ul.todo-list {
    overflow: hidden;
    width: auto;
    /*height: 250px;*/
    padding: 0;
}
ul.todo-list li {
    background: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    padding: 13px;
    margin-bottom: 5px;

    list-style: none;
}
ul.todo-list li span.drag-drop {
    height: 17px;
    display: block;
    float: left;
    width: 7px;
    position: relative;
    top: 2px;
}
ul.todo-list li span.drag-drop i {
    height: 2px;
    width: 2px;
    display: block;
    background: #ccc;
    box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
    -webkit-box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
    -moz-box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
}
ul.todo-list li .todo-check {
    margin-left: 10px;
    margin-right: 10px;
}
ul.todo-list li .todo-title {
    margin-right: 70px;
}
ul.todo-list li .todo-actions {
    position: absolute;
    right: 15px;
    top: 13px;
}
ul.todo-list li .todo-actions a i {
    color: #999999;
    margin: 0 5px;
}
ul.todo-list li .todo-actions a:hover i,
ul.todo-list li .todo-actions a:focus i {
    color: #555555;
}

/*to-do list*/


.btn-default {
    background: #f2f5f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f5f7 0%, #f6f8f9 50%, #d7dee3 50%, #d7dee3 50%, #d7dee3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f7), color-stop(50%,#f6f8f9), color-stop(50%,#d7dee3), color-stop(50%,#d7dee3), color-stop(100%,#d7dee3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f5f7 0%,#f6f8f9 50%,#d7dee3 50%,#d7dee3 50%,#d7dee3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f5f7 0%,#f6f8f9 50%,#d7dee3 50%,#d7dee3 50%,#d7dee3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f5f7 0%,#f6f8f9 50%,#d7dee3 50%,#d7dee3 50%,#d7dee3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f5f7 0%,#f6f8f9 50%,#d7dee3 50%,#d7dee3 50%,#d7dee3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f7', endColorstr='#d7dee3',GradientType=0 ); /* IE6-9 */
    color:#58636b;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.btn-blue {
    color: #ffffff;
    background-color: #0a819c;
    border-color: #097992;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    color: #ffffff;
    background-color: #086176;
    border-color: #064a59;
}
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
    background-color: #0a819c;
    border-color: #097992;
}

/*END panels*/

.dataimport-wizard {
    width:100%;
    list-style: none;
}




.dataimport-wizard > .start{
    float:left;
    font-size:1.2em;
    margin: 5px 0 0 0;
    padding-top:8px;
    height:40px;
    width:200px;
    text-decoration: none;
    outline-style:none;
    -moz-border-radius  : 5px;
    -webkit-border-radius: 5px;
}
.dataimport-wizard > .middle{
    float:left;
    font-size:1.2em;
    margin: 5px 0px 0px 10px;
    padding-top:8px;
    height:40px;
    width:200px;
    text-decoration: none;
    outline-style:none;
    -moz-border-radius  : 5px;
    -webkit-border-radius: 5px;
}
.dataimport-wizard > .last{
    float:left;
    font-size:1.2em;
    margin: 5px 0px 0 10px;
    padding-top:8px;
    height:40px;
    width:200px;
    text-decoration: none;
    outline-style:none;
    -moz-border-radius  : 5px;
    -webkit-border-radius: 5px;
}

.dataimport-wizard > .active {
    color:black;
    text-align: center;
    background: #ffecb3;
    border: 1px solid #FFE082;
    cursor:text;
    -moz-box-shadow:  2px 2px 4px #888;
    -webkit-box-shadow:  2px 2px 4px #888;
    box-shadow:  2px 2px 4px #888;
}

.dataimport-wizard > .passed {
    background-color: #DCEDC8;
    color:black;
    text-align: center;
    border: 1px solid #AED581;
    cursor:text;
    box-shadow:  2px 2px 4px #888;
}

.dataimport-wizard > .future {
    background-color:white;
    color:black;
    text-align: center;
    border: 1px solid #eeeeee;
    cursor:text;
    -moz-box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow:  2px 2px 4px #888;
    box-shadow:  2px 2px 4px #888;
}


.dataimport-popupbox  {
    background-color:#eeeeee;
    border: 1px solid #bbbbbb;
    padding:15px;
    cursor:text;
    -moz-box-shadow: 5px 5px 8px #888;
    -webkit-box-shadow: 5px 5px 8px #888;
    box-shadow: 5px 5px 8px #888;

    background-color:white;
    position:absolute;

}

.dataimport-editcell{
    padding:3px;
}

.dataimport-editcell:hover{
    padding:3px;
}

/* Hidden placeholder */
select option[disabled]:first-child {
    display: none;
}

/* Chekbox toggle */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switchText{
    font-size: 10px;
}

.tooltip.customClass .tooltip-inner {
    text-align: left;
    max-width: 600px;
}

.activechart{
    margin-top: -208px;
    margin-left: 15px;
}

.fa-stack[data-count]:after{
    position:absolute;
    right: -20%;
    top: -40%;
    content: attr(data-count);
    font-size: 75%;
    padding:.6em;
    border-radius:999px;
    line-height:.75em;
    color: white;
    background:rgba(255, 152, 0, 0.98);
    text-align:center;
    min-width:2em;
    font-weight:bold;
}

.notification {
    margin-top: 15px;
    cursor: pointer;
}





@media only screen
and (max-width: 736px) {
    .mobile {
        display:block;
    }
    .desktop {
        display:none;
    }
    .tablet {
        display:none;
    }
}

@media only screen
and (min-width: 736px)
and (max-width: 1200px){
    .tablet {
        display:block;
    }
    .desktop {
        display:none;
    }
    .mobile {
        display:none;
    }
}

@media only screen
and (min-width: 1200px) {
    .desktop {
        display:block;
    }
    .tablet {
        display:none;
    }
    .mobile {
        display:none;
    }
}

.activeClass {
    color: #5cb85c;
}

.bot-border{ border-bottom:1px #cecfd6 solid;  margin:32px 0  6px 0}
.title{ font-size:13px; font-weight:700;}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 249px;
    height: 80px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
    font-size: 20px;
    display: block;
}
.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app>.badge {
    right: -100px;
    font-size: 15px;
    font-weight: 560;
    margin-top: -8px;
}



bg-green{
    background-color: #00a65a !important;
}

.bg-aqua {
    background-color: #C2D3F6 !important;
}

.bg-purple {
    background-color: #39E639 !important;
}

.embaddedvideo{
    height: 50px;
    width:280px;
    margin-left:-12px
}

.radial-progress-text {

    font-family: Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;

}