/*margin and padding*/

.m0 {
    margin: 0 !important;
}

.m5 {
    margin: 5px;
}

.mt5 {
    margin-top: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.ml15 {
    margin-left: 15px !important;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr15 {
    margin-right: 15px !important;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml10 {
    margin-left: 10px !important;
}

.mr10 {
    margin-right: 10px;
}

.mr-1 {
    margin-right: -1px !important;
}

.ml-1 {
    margin-left: -1px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: -5px;
}

.mt-50 {
    margin-top: -50px;
}

.p0 {
    padding: 0 !important;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px !important;
}

.p30 {
    padding: 30px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb50 {
    padding-bottom: 50px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pt10 {
    padding-top: 10px;
}

.pt5 {
    padding-top: 5px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.w25 {
    width: 25px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w125 {
    width: 125px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.min-w150 {
    min-width: 150px;
}

.w5p {
    width: 5%;
}

.w10p {
    width: 10%;
}

.w15p {
    width: 15%;
}

.w20p {
    width: 20%;
}

.w25p {
    width: 25%;
}

.w30p {
    width: 30%;
}

.w50p {
    width: 50%;
}

.w60p {
    width: 60%;
}

.w70p {
    width: 70%;
}

.w80p {
    width: 80%;
}

.w90p {
    width: 90%;
}

.w100p {
    width: 100% !important;
}

.max-w500 {
    max-width: 500px;
}

.h100p {
    height: 100%;
}

/*font-size*/
.font-11 {
    font-size: 11px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-100p {
    font-size: 100% !important;
}

/*text-off*/
.text-off {
    opacity: 0.6;
}

/*row-controller*/
.row-controller .move {
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.row-controller .delete {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    color: #d9534f;
}

.row-controller {
    flex: 2;
    position: relative;
}

.add-column-drop {
    border: 1px dashed #e2e4e8;
}

.dashed_border {
    border: 1px dashed #e2e4e8;
}

.row-container {
    flex: 100;
}

/*widget*/
.my-widget {
    border: 1px solid #f2f4f6;
}

.widget:hover {
    cursor: move;
}

.widget-row {
    margin-bottom: 15px;
    padding: 15px;
    display: flex !important;
}

.widget-todo-input-box {
    margin: 15px auto;
    max-width: 100%;
    padding: 0 15px;
}

.widget-todo-input-box input {
    background: #F6F8F9;
    border: none;
    padding: 8px 14px;
}

.widget-todo-input-box .input-group {
    border-bottom: 1px solid #eef6f9;
}

.widget-todo-input-box input:focus {
    background: #EBEFF2;
    border: none;
}

.widget-todo-input-box button {
    padding: 8px 14px;
}

.bg-add-row {
    background-color: #f0f0f0;
}

.bg-widget-row-col {
    background-color: #fbfbfb;
}

.mb5 {
    margin-bottom: 5px;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-y-scroll::-webkit-scrollbar-track {
    border: 1px solid rgb(36, 36, 36);
    padding: 2px 0;
    background-color: #edeef0;
}

.overflow-y-scroll::-webkit-scrollbar {
    width: 10px;
}

.overflow-y-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #737272;
    border: 1px solid rgb(36, 36, 36);
}

.general-form .form-control {
    border-radius: 2px !important;
    border-color: #f6f8f9;
    background-color: #f6f8f9;
    box-shadow: none;
    transition: background 0.5s;
    font-weight: 400;
    font-size: 13px;
    color: #2d2d2d;
    margin-bottom: 7px;
}

/*color tag*/
.color-tag {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px 10px 0 0;
    transition: all 300ms ease;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.color-tag.clickable:hover {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.color-tag.active {
    border-radius: 50%;
}

.border-circle{
    border-radius: 50% !important;
}

.dashboard-dropdown .dropdown-toggle{
    padding: 9px 14px;
    background: #fff;
    border-radius: 50%;
    box-shadow: -3px 7px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
    font-size: 16px;
    width: 40px;
    height: 40px;
}

.dashboard-view .open .dropdown-toggle{
    background-color: #f2f4f6 !important;
}

.bg-danger {
    background-color: #f05050 !important;
    color: #fff;
}
.bg-white{
    background: #fff !important;
}
.bg-off-white {
    background:#f2f4f6;
}
.bg-info {
    background-color: #1ccacc;
    color: #bef5f6;
}
.bg-primary{
    background-color: #1672b9;
    color: #fff;
}
.bg-success{
    background: #009688;
    color: #fff;
}
.bg-dark-success{
    background-color: #1672b9;
    color: #fff;
}

.text-off{
    opacity: 0.6;
}
.white-link,
.white-link:hover{
    color: #fff;
}

.color-sky{
    color:#2FB6F0 !important;
}
.color-plum{
    color:#7266BA !important;
}
