*
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
/* // card Start// */
/* /// Btn Start /// */
/* // bootstrap /// */

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
/* // model // */
    .mylod{
      left:0!important;
      top: 0px!important;
      width: 100%!important;
      height: 100%!important;
      position: fixed!important;
      background: rgba(0, 0, 0, 0.5)!important;
      z-index: 99999  !important; 
      display: none;
    }

    .cn_model{
      left:0!important;
      top: 0px!important;
      width: 100%!important;
      height: 100%!important;
      position: fixed!important;
      background: rgba(0, 0, 0, 0.5)!important;
      z-index: 9999 !important; 
      display: block;
      overflow-y: scroll; 
      display: none;
    }

    .cn_model_body{
        position: relative;
    	width: 70%;
    	top: 5%;
    	left: 0px;
    	right: 0px;
    	margin: 0px auto;
    	z-index: 9999;
    	border-radius: 3px;
    }
    .cn_close {
        cursor: pointer;
        font-weight: bold;
        color: #000;
    }
/* // model End // */

/* // card Start// */
    .cn_card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
    }

    .cn_card {
        max-width: 100%;
        padding: 0;
    }
    .cn_card {
        position: relative;
        margin-top: 20px;
        padding: 0;
        max-width: 100%;
        border: 1px solid #ccd0d4;
        box-shadow: 0 1px 1px rgba(0,0,0,.04);
        background: #fff;
        box-sizing: border-box;
    }

    .cn_card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }
    .cn_card-header {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0,0,0,.03);
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

    .cn_card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem;
    }
/* ///cn_card END/// */

/* /// Btn Start /// */
    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    [type=reset], [type=submit], button, html [type=button] {
        -webkit-appearance: button;
    }
    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    button, select {
        text-transform: none;
    }
    button, input {
        overflow: visible;
    }

    button, input, optgroup, select, textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .btn-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }
    .btn-primary {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }
    .btn-secondary {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }
    .btn-danger {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }
    .btn-warning {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }
    .btn-info {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }
    .btn-light {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }
    .btn-dark {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }
    .btn-link {
        font-weight: 400;
        color: #007bff;
        background-color: transparent;
    }
/* ///Btn END/// */


/* // bootstrap /// */
    .pull-left{
        float: left !important
    }
    .pull-right{
        float: right !important
    }   
    .cn-form-group {
        margin-bottom: 1rem;
    }
    .cn-form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    textarea.cn-form-control {
        height: auto;
    }
    textarea {
        overflow: auto;
        resize: vertical;
    }
    button, input, optgroup, select, textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
/* //bootstrap END/// 