﻿/*USE THIS CSS*/

body {
    font-family: Lato,'Open Sans';
}

.sf-textbox {
    /*width: 100%;*/
    height: 30px;
    border-color: #c8c8c8;
    border-style: solid;
    border-width: 1px;
}
.blackicon {
    color: black;
}

.greenicon {
    color: green;
}

.darkgreenicon {
    color: darkgreen;
}

.redicon {
    color: red;
}

.yellowicon {
    color: yellow;
}

.orangeicon {
    color: orange;
}

.blueicon {
    color: blue;
}

.lightsteelblueicon {
    color: lightsteelblue;
}

.steelblueconcolor {
    color: steelblue;
}

.firebrickicon {
    color: firebrick;
}

.bluehokiicon {
    color: #67809F;
}

.ntsblueicon {
    color: #194278;
}

.text-blue-hoki {
    color: #67809F;
}

.text-red {
    color: #ff0000;
}

.text-black {
    font-size: 14px;
    font-weight: 600;
}

.firebrick {
    background: #B22222;
}

.nts-label-black {
    font-size: 14px;
    font-weight: 400;
}

.nts-label-black-200 {
    font-size: 14px;
    font-weight: 200;
}

.nts-label-black-300 {
    font-size: 14px;
    font-weight: 300;
}

.nts-label-black-400 {
    font-size: 14px;
    font-weight: 400;
}

.nts-label-black-500 {
    font-size: 14px;
    font-weight: 500;
}

.nts-label-black-600 {
    font-size: 14px;
    font-weight: 600;
}

.nts-text-black {
    font-size: 12px;
}



.label-blue-hoki {
    background-color: #67809F;
}

    .label-blue-hoki[href]:hover, .label-primary[href]:focus {
        background-color: #67809F;
    }

.nts-well {
    background-color: #F1F4F7;
    padding: 10px 10px 10px 10px;
    min-height: 75px;
}

.nts-well-sm {
    background-color: #F1F4F7;
    padding: 2px 2px 2px 2px;
    min-height: 25px;
}

.nts-nowrap {
    display: inline-block;
    white-space: nowrap;
}

.nts-dropdown-menu li span {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.nts-dropdown-menu li span {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.nts-bot-pad {
    padding-bottom: 15px;
}

.nts-pad-l {
    padding-left: 5px;
}

.nts-pad-r {
    padding-right: 5px;
}

.nts-pad-all {
    padding: 2px 2px 2px 2px;
}

.nts-mgn-l {
    margin-left: 2px;
    margin-right: -2px;
}

.nts-mgn-r {
    margin-right: 2px;
    margin-left: -2px;
}

.nts-mgn-t {
    margin-top: 4px;
}

.nts-mgn-b {
    margin-bottom: -5px;
}

.nts-mgn-all {
    margin: 2px 2px 2px 2px;
}

.nts-nowrap {
    display: inline-block;
    white-space: nowrap;
}

.nts-full-height-5050 {
    width: 50%;
}

.nts-outside {
    height: 325px;
}

.nts-inside-left {
    float: left;
    height: 100%;
}

.nts-inside-right {
    float: left;
    height: 100%;
}
/*******************************
        * MODAL AS LEFT/RIGHT SIDEBAR
        * Add "left" or "right" in modal parent div, after class="modal".
        * Get free snippets on bootpen.com
        *******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* ----- v CAN BE DELETED v ----- */
/*body {
    background-color: #78909C;
}*/

.slide-panel {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-slide-panel {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-slide-panel:focus {
        outline: 0;
    }

.slide-panel-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .slide-panel-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }

.nts-vheight-25 {
    height: 25vh;
}

.nts-vheight-50 {
    height: 50vh;
}

.nts-vheight-75 {
    height: 75vh;
}

.nts-vheight-100 {
    height: 100vh;
}
.nts-title-b18 {
    font-size: 18px !important;
    color: white;
    background-color: steelblue;
    text-align: center;
    padding-left: 5px;
    margin-left: -20px;
    margin-right: -20px;
}
label {
    font-weight: 600;
}
.div-nowrap {
    display: inline-block;
    white-space: nowrap;
}