﻿/* BRANCH DETAILS MODAL
   ============================= */

#BranchModalPopup .popWrapper { max-width: 1000px; display:none; }
#BranchModalPopup .whiteContent { max-width: 1000px; }
#BranchModalPopup .popHeader { height: 0; padding: 0;}
#BranchModalPopup .popContent { padding: 0 15px; max-height:500px;min-height:100px;}
#BranchModalPopup .row { border: none; float: none; width: auto; }
#BranchModalPopup .parallax-section .container { padding: 0 15px 20px; }
#BranchModalPopup .parallax-main p { font-size: 13px; }
#BranchModalPopup .bottomNav { max-width: 950px; }
#BranchModalPopup .icon { float: none; margin: 0; }
#BranchModalPopup thead { background-color: #fff;  color: #6e6e6e; border-radius: 4px; }
#BranchModalPopup tbody >tr td:first-child { vertical-align: middle; width: auto; }
#BranchModalPopup input.popUpCloseIcon { background-image: url(../../images/popupCLose.png);background-color: transparent;background-repeat: no-repeat;background-position: 0px 0px;border: none; cursor: pointer; height: 26px;padding-left: 26px;vertical-align: middle;width:26px;position:absolute; top:-23px;}
#BranchModalPopup .whiteContent {overflow:inherit;}

/* Grid */
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.col-12{width:100%}
.col-11{width:91.66666667%}
.col-10{width:83.33333333%}
.col-9{width:75%}
.col-8{width:66.66666667%}
.col-7{width:58.33333333%}
.col-6{width:50%}
.col-5{width:41.66666667%}
.col-4{width:33.33333333%}
.col-3{width:25%}
.col-2{width:16.66666667%}
.col-1{width:8.33333333%}