﻿.btn-primary {
    border-color: #525252;
    background-color: #525252;
    color: white;
    box-shadow: none;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #094970;
        border-color: #094970;
    }

    .btn-primary:focus {
        border: 2px solid #094970 !important;
    }

    .btn-primary.disabled, .btn-primary:disabled, .btn-primary:disabled:hover {
        color: #b4b4b4;
        background-color: #525252;
        border-color: #525252;
        border-radius: 0;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: white;
        background-color: #525252;
        border-color: #525252;
    }



.btn-dropdown {
    border-color: #525252;
    background-color: #525252;
    color: white;
    box-shadow: none;
}

    .btn-dropdown:hover {
        color: #fff;
        background-color: #094970;
        border-color: #094970;
    }


    .btn-dropdown.disabled, .btn-dropdown:disabled, .btn-dropdown:disabled:hover {
        color: #b4b4b4;
        background-color: #525252;
        border-color: #525252;
        border-radius: 0;
    }

    .btn-dropdown:not(:disabled):not(.disabled):active, .btn-dropdown:not(:disabled):not(.disabled).active,
    .show > .btn-dropdown.dropdown-toggle {
        color: white;
        background-color: #525252;
        border-color: #525252;
    }

.btn-default.btn.btn-dropdown {
  border-color: white;
  background-color: white;
  color: white;
  box-shadow: none;
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
  border: 1px solid #ced4da;
}

.btn-default {
  border-color: #525252;
  background-color: #525252;
  color: white;
  box-shadow: none;

}

    .btn-default:hover {
        color: #fff;
        /*background-color: #094970;
        border-color: #094970;*/
        background-color: #094970;
        border-color: #094970;
    }


    .btn-default.disabled, .btn-default:disabled, .btn-default:disabled:hover {
        color: #b4b4b4;
        background-color: #525252;
        border-color: #525252;
        border-radius: 0;
    }

    .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
    .show > .btn-default.dropdown-toggle {
        color: white;
        background-color: #525252;
        border-color: #525252;
    }

.btnAdd {
    background: url(../Images/ButtonIcons/new_icon.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
}


    .btnAdd.disabled, .btnAdd:disabled, .btnAdd:disabled:hover {
        color: #b4b4b4;
        background-color: #525252;
        border-color: #525252;
    }

    .btnAdd.disabled, .btnAdd.disabled {
        color: #b4b4b4;
        pointer-events: none;
    }


    .btnAdd:hover {
        color: #fff;
        /*background-color: #094970;
        border-color: #094970;*/
        background-color: #094970;
        border-color: #094970;
    }

.btnExcel {
    background: url(../Images/ButtonIcons/excel_icon.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
}

    .btnExcel.disabled, .btnExcel:disabled, .btnExcel:disabled:hover {
        color: #b4b4b4;
        background-color: #525252;
        border-color: #525252;
    }

    .btnExcel.disabled, .btnExcel.disabled {
        color: #b4b4b4;
        pointer-events: none;
    }

    .btnExcel:hover {
        color: #fff;
        background-color: #094970;
        border-color: #094970;
    }



.btnEmail {
    background: url(../Images/ButtonIcons/mail_icon.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
}

    .btnEmail.disabled, .btnEmail:disabled, .btnEmail:disabled:hover {
        color: #b4b4b4;
        background-color: #525252;
        border-color: #525252;
    }

.btnExcel.btnEmail, .btnExcel.btnEmail {
    color: #b4b4b4;
    pointer-events: none;
}

.btnEmail:hover {
    color: #fff;
    background-color: #094970;
    border-color: #094970;
}

.btnWord {
    background: url(../Images/ButtonIcons/word_icon.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
}

    .btnWord.disabled, .btnWord:disabled, .btnWord:disabled:hover {
        color: #b4b4b4;
        background-color: #525252;
        border-color: #525252;
    }

    .btnWord.disabled, .btnWord.disabled {
        color: #b4b4b4;
        pointer-events: none;
    }

    .btnWord:hover {
        color: #fff;
        background-color: #094970;
        border-color: #094970;
    }

.btnList {
    background: url(../Images/ButtonIcons/list_icon.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
}

    .btnList.disabled, .btnList:disabled, .btnList:disabled:hover {
        color: #b4b4b4;
        background-color: #525252;
        border-color: #525252;
    }

    .btnList.disabled, .btnList.disabled {
        color: #b4b4b4;
        pointer-events: none;
    }

    .btnList:hover {
        color: #fff;
        background-color: #094970;
        border-color: #094970;
    }

.btnMore {
    background: url(../Images/ButtonIcons/more_icon.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
}

    .btnMore.disabled, .btnMore:disabled, .btnMore:disabled:hover {
        color: #b4b4b4;
        background-color: #525252;
        border-color: #525252;
    }

    .btnMore.disabled, .btnView.disabled {
        color: #b4b4b4;
        pointer-events: none;
    }

    .btnMore:hover {
        color: #fff;
        background-color: #094970;
        border-color: #094970;
    }

.btnPrint {
    background: url(../Images/ButtonIcons/printer_icon.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
}

    .btnPrint.disabled, .btnPrint:disabled, .btnPrint:disabled:hover {
        color: #b4b4b4;
        background-color: #525252;
        border-color: #525252;
    }

    .btnPrint.disabled, .btnPrint.disabled {
        color: #b4b4b4;
        pointer-events: none;
    }

    .btnPrint:hover {
        color: #fff;
        background-color: #094970;
        border-color: #094970;
    }

.btnArchive {
    background: url(../Images/ButtonIcons/archive_bottom_icon.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
}

    .btnArchive.disabled, .btnArchive:disabled, .btnArchive:disabled:hover {
        color: #b4b4b4;
        background-color: #525252;
        border-color: #525252;
    }

    .btnArchive.disabled, .btnArchive.disabled {
        color: #b4b4b4;
        pointer-events: none;
    }

    .btnArchive:hover {
        color: #fff;
        background-color: #094970;
        border-color: #094970;
    }



.btnPdf {
    background: url(../Images/ButtonIcons/acrobat_icon.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
}

.btnPdf.disabled, .btnPdf:disabled, .btnPdf:disabled:hover {
    color: #b4b4b4;
    background-color: #525252;
    border-color: #525252;
}

.btnPdf.disabled, .btnPdf.disabled {
    color: #b4b4b4;
    pointer-events: none;
}

.btnPdf:hover {
    color: #fff;
    background-color: #094970;
    border-color: #094970;
}


.btnRelatedLinks {
    background: url(../Images/ButtonIcons/related_links_icon.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1rem 1rem 1rem !important;
    border: none;
    border-radius: 0;
}


.btnMinimize {
    background: url(../Images/ButtonIcons/minimize-icon.png) no-repeat center;
    background-size: 20px;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
}


.btnClose {
  background: url(../Images/ButtonIcons/close_icon.png) no-repeat center;
  cursor: pointer;
  padding: 6px !important;
  border: none;
  border-radius: 0;
  background-color: transparent !important;
}


.btnLeftArrowsGray {
    background: url(../Images/ButtonIcons/L_arrow_icon_gray.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
    background-color: transparent !important;
}

.btnRightArrowsGray {
    background: url(../Images/ButtonIcons/R_arrow_icon_gray.png) no-repeat center;
    cursor: pointer;
    padding: 1rem 1.3125rem 1rem 1.3125rem !important;
    border: none;
    border-radius: 0;
    background-color: transparent !important;
}

.btnInsert {
  background: url(../Images/ButtonIcons/insert_icon.png) no-repeat center;
  cursor: pointer;
  padding: 6px !important;
  border: none;
  border-radius: 0;
  background-color: transparent !important;
}
